Started by user Jan Supol Running as Jan Supol Agent basic-4tvbd is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-4tvbd" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-4tvbd" - 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: "basic-4tvbd" - 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-basic:remoting-4.11.2" 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" Building remotely on basic-4tvbd (basic) in workspace /home/jenkins/agent/workspace/EE10TCK The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/jakartaee/rest.git > git init /home/jenkins/agent/workspace/EE10TCK/JAXRS # timeout=10 Fetching upstream changes from https://github.com/jakartaee/rest.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/jakartaee/rest.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/jakartaee/rest.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 38f6c4b36d50c061b4134131b88be7021038755a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 38f6c4b36d50c061b4134131b88be7021038755a # timeout=10 Commit message: "Moved IsThrowingMatcherTest into ee.jakarta.tck namespace" > git rev-list --no-walk 38f6c4b36d50c061b4134131b88be7021038755a # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-4tvbd [EE10TCK] $ /bin/bash -xe /tmp/jenkins14897693515863197575.sh + MVN_HOME=/opt/tools/apache-maven/latest/ + PATH=/opt/tools/apache-maven/latest//bin:/opt/tools/java/openjdk/jdk-11/latest:/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd JAXRS + mvn clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Jakarta RESTful WS Project [pom] [INFO] Jakarta RESTful WS API [bundle] [INFO] Jakarta RESTful WS TCK [jar] [INFO] Jakarta RESTful WS Examples [jar] [INFO] [INFO] -------------------------< jakarta.ws.rs:all >-------------------------- [INFO] Building Jakarta RESTful WS Project 3.1.0 [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ all --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ all --- [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/pom.xml to /home/jenkins/.m2/repository/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] [INFO] ------------------< jakarta.ws.rs:jakarta.ws.rs-api >------------------- [INFO] Building Jakarta RESTful WS API 3.1.0 [2/4] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.ws.rs-api --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ jakarta.ws.rs-api --- [INFO] Storing buildNumber: 03/02/2022 03:07 PM at timestamp: 1646233643168 [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/EE10TCK/JAXRS/jaxrs-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] >>> maven-jxr-plugin:3.1.1:jxr (default) > generate-sources @ jakarta.ws.rs-api >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ jakarta.ws.rs-api --- [INFO] Storing buildNumber: 03/02/2022 03:07 PM at timestamp: 1646233643243 [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/EE10TCK/JAXRS/jaxrs-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle (default) @ jakarta.ws.rs-api --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-jxr-plugin:3.1.1:jxr (default) < generate-sources @ jakarta.ws.rs-api <<< [INFO] [INFO] [INFO] --- maven-jxr-plugin:3.1.1:jxr (default) @ jakarta.ws.rs-api --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle (default) @ jakarta.ws.rs-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:add-resource (add-legal-resource) @ jakarta.ws.rs-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jakarta.ws.rs-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.ws.rs-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/classes [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/NewCookie.java: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/NewCookie.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/NewCookie.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jakarta.ws.rs-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.ws.rs-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/test-classes [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/test/java/jakarta/ws/rs/core/NewCookieTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/test/java/jakarta/ws/rs/core/NewCookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jakarta.ws.rs-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running jakarta.ws.rs.core.VariantTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in jakarta.ws.rs.core.VariantTest [INFO] Running jakarta.ws.rs.core.GenericEntityTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in jakarta.ws.rs.core.GenericEntityTest [INFO] Running jakarta.ws.rs.core.NewCookieTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s - in jakarta.ws.rs.core.NewCookieTest [INFO] Running jakarta.ws.rs.core.RxClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in jakarta.ws.rs.core.RxClientTest [INFO] Running jakarta.ws.rs.core.GenericTypeTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in jakarta.ws.rs.core.GenericTypeTest [INFO] Running jakarta.ws.rs.core.MediaTypeTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in jakarta.ws.rs.core.MediaTypeTest [INFO] Running jakarta.ws.rs.core.CacheControlTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in jakarta.ws.rs.core.CacheControlTest [INFO] Running jakarta.ws.rs.core.NewCookieBuilderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jakarta.ws.rs.core.NewCookieBuilderTest [INFO] Running jakarta.ws.rs.core.CookieTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jakarta.ws.rs.core.CookieTest [INFO] Running jakarta.ws.rs.core.MultivaluedHashMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in jakarta.ws.rs.core.MultivaluedHashMapTest [INFO] Running jakarta.ws.rs.core.EntityTagTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in jakarta.ws.rs.core.EntityTagTest [INFO] Running jakarta.ws.rs.core.JaxbLinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in jakarta.ws.rs.core.JaxbLinkTest [INFO] Running jakarta.ws.rs.core.AbstractMultivaluedMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in jakarta.ws.rs.core.AbstractMultivaluedMapTest [INFO] Running jakarta.ws.rs.SeBootstrapTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in jakarta.ws.rs.SeBootstrapTest [INFO] Running jakarta.ws.rs.ext.RuntimeDelegateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jakarta.ws.rs.ext.RuntimeDelegateTest [INFO] Running jakarta.ws.rs.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in jakarta.ws.rs.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ jakarta.ws.rs-api --- [WARNING] Bundle jakarta.ws.rs:jakarta.ws.rs-api:bundle:3.1.0 : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.activation-api] Class path [Jar:., Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.activation-api] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (osgi-bundle) @ jakarta.ws.rs-api --- [WARNING] Bundle jakarta.ws.rs:jakarta.ws.rs-api:bundle:3.1.0 : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.activation-api] Class path [Jar:., Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.activation-api] [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jakarta.ws.rs-api --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ApplicationPath.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/BadRequestException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/BeanParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ClientErrorException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ConstrainedTo.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/Consumes.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/CookieParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/DELETE.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/DefaultValue.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/Encoded.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ForbiddenException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/FormParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/GET.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/HEAD.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/HeaderParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/HttpMethod.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/InternalServerErrorException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/MatrixParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NameBinding.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NotAcceptableException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NotAllowedException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NotAuthorizedException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NotFoundException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/NotSupportedException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/OPTIONS.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/PATCH.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/POST.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/PUT.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/Path.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/PathParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/Priorities.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ProcessingException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/Produces.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/QueryParam.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/RedirectionException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/RuntimeType.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/SeBootstrap.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ServerErrorException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ServiceUnavailableException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/WebApplicationException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/AsyncInvoker.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/Client.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ClientBuilder.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ClientRequestContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ClientRequestFilter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ClientResponseContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ClientResponseFilter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/CompletionStageRxInvoker.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/Entity.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/FactoryFinder.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/Invocation.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/InvocationCallback.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/ResponseProcessingException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/RxInvoker.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/RxInvokerProvider.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/SyncInvoker.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/WebTarget.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/client/package-info.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/AsyncResponse.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/CompletionCallback.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ConnectionCallback.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ContainerRequestContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ContainerRequestFilter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ContainerResponseContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ContainerResponseFilter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/DynamicFeature.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/PreMatching.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ResourceContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/ResourceInfo.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/Suspended.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/TimeoutHandler.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/container/package-info.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/AbstractMultivaluedMap.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Application.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/CacheControl.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Configurable.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Configuration.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Context.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Cookie.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/EntityPart.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/EntityTag.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Feature.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/FeatureContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Form.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/GenericEntity.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/GenericType.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/HttpHeaders.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Link.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/MediaType.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/MultivaluedHashMap.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/MultivaluedMap.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/NewCookie.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/NoContentException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/PathSegment.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Request.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Response.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/SecurityContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/StreamingOutput.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/UriBuilder.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/UriBuilderException.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/UriInfo.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/Variant.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/core/package-info.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ContextResolver.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ExceptionMapper.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/FactoryFinder.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/InterceptorContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/MessageBodyReader.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/MessageBodyWriter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ParamConverter.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ParamConverterProvider.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/Provider.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/Providers.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ReaderInterceptor.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/ReaderInterceptorContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/RuntimeDelegate.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/WriterInterceptor.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/WriterInterceptorContext.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/ext/package-info.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/package-info.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/FactoryFinder.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/InboundSseEvent.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/OutboundSseEvent.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/Sse.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/SseBroadcaster.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/SseEvent.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/SseEventSink.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/SseEventSource.java... Loading source file /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/src/main/java/jakarta/ws/rs/sse/package-info.java... Constructing Javadoc information... Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/AsyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Client.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/CompletionStageRxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Entity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Invocation.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Invocation.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/InvocationCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ResponseProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/RxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/RxInvokerProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/SyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/WebTarget.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/AsyncResponse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/CompletionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ConnectionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/DynamicFeature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/PreMatching.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ResourceContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ResourceInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/Suspended.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/TimeoutHandler.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/AbstractMultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Application.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/CacheControl.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Configurable.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Context.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.AbstractCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityPart.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityPart.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityTag.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Feature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/FeatureContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Form.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/GenericEntity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/GenericType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/HttpHeaders.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.JaxbAdapter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.JaxbLink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MediaType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MultivaluedHashMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.AbstractNewCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.SameSite.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NoContentException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/PathSegment.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Request.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.ResponseBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.Status.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.Status.Family.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.StatusType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/SecurityContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/StreamingOutput.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriBuilderException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Variant.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Variant.VariantListBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ContextResolver.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ExceptionMapper.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/InterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/MessageBodyReader.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/MessageBodyWriter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverter.Lazy.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverterProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/Provider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/Providers.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ReaderInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ReaderInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/RuntimeDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/WriterInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/WriterInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ApplicationPath.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/BadRequestException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/BeanParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ClientErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ConstrainedTo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Consumes.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/CookieParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/DefaultValue.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/DELETE.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Encoded.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ForbiddenException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/FormParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/GET.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HEAD.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HeaderParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HttpMethod.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/InternalServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/MatrixParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NameBinding.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAcceptableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAllowedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAuthorizedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotFoundException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotSupportedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/OPTIONS.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PATCH.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Path.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PathParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/POST.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Priorities.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Produces.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PUT.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/QueryParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/RedirectionException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/RuntimeType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.SSLClientAuthentication.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Instance.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Instance.StopResult.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ServiceUnavailableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/WebApplicationException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/InboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/OutboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/OutboundSseEvent.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/Sse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseBroadcaster.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSource.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSource.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ApplicationPath.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/BadRequestException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/BeanParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ClientErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ConstrainedTo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Consumes.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/CookieParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/DefaultValue.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/DELETE.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Encoded.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ForbiddenException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/FormParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/GET.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HEAD.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HeaderParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/HttpMethod.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/InternalServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/MatrixParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NameBinding.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAcceptableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAllowedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotAuthorizedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotFoundException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/NotSupportedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/OPTIONS.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PATCH.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Path.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PathParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/POST.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Priorities.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/Produces.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/PUT.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/QueryParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/RedirectionException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/RuntimeType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Configuration.SSLClientAuthentication.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Instance.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/SeBootstrap.Instance.StopResult.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ServiceUnavailableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/WebApplicationException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/AsyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Client.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ClientResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/CompletionStageRxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Entity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Invocation.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/Invocation.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/InvocationCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/ResponseProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/RxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/RxInvokerProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/SyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/WebTarget.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/AsyncResponse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/CompletionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ConnectionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ContainerResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/DynamicFeature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/PreMatching.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ResourceContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/ResourceInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/Suspended.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/TimeoutHandler.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/AbstractMultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Application.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/CacheControl.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Configurable.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Context.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.AbstractCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Cookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityPart.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityPart.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/EntityTag.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Feature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/FeatureContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Form.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/GenericEntity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/GenericType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/HttpHeaders.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.JaxbAdapter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Link.JaxbLink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MediaType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MultivaluedHashMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/MultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.AbstractNewCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NewCookie.SameSite.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/NoContentException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/PathSegment.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Request.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.ResponseBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.Status.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.Status.Family.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Response.StatusType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/SecurityContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/StreamingOutput.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriBuilderException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/UriInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Variant.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/Variant.VariantListBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ContextResolver.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ExceptionMapper.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/InterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/MessageBodyReader.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/MessageBodyWriter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverter.Lazy.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ParamConverterProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/Provider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/Providers.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ReaderInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/ReaderInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/RuntimeDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/RuntimeDelegate.HeaderDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/WriterInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/WriterInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/InboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/OutboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/OutboundSseEvent.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/Sse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseBroadcaster.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSource.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/SseEventSource.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/package-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/package-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/module-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ApplicationPath.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/BadRequestException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/BeanParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ClientErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ConstrainedTo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/Consumes.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/CookieParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/DELETE.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/DefaultValue.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/Encoded.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ForbiddenException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/FormParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/GET.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/HEAD.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/HeaderParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/HttpMethod.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/InternalServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/MatrixParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NameBinding.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NotAcceptableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NotAllowedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NotAuthorizedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NotFoundException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/NotSupportedException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/OPTIONS.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/PATCH.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/POST.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/PUT.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/Path.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/PathParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/Priorities.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/Produces.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/QueryParam.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/RedirectionException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/RuntimeType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.Instance.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.Instance.StopResult.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.Configuration.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/SeBootstrap.Configuration.SSLClientAuthentication.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ServerErrorException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/ServiceUnavailableException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/class-use/WebApplicationException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/AsyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/Client.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ClientBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ClientRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ClientRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ClientResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ClientResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/CompletionStageRxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/Entity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/Invocation.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/Invocation.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/InvocationCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/ResponseProcessingException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/RxInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/RxInvokerProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/SyncInvoker.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/class-use/WebTarget.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/AsyncResponse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/CompletionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ConnectionCallback.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ContainerRequestContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ContainerRequestFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ContainerResponseContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ContainerResponseFilter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/DynamicFeature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/PreMatching.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ResourceContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/ResourceInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/Suspended.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/class-use/TimeoutHandler.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/AbstractMultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/CacheControl.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Configurable.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Configuration.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Context.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Cookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Cookie.AbstractCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Cookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/EntityPart.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/EntityPart.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/EntityTag.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Feature.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/FeatureContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Form.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/GenericEntity.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/GenericType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/HttpHeaders.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Link.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Link.JaxbAdapter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Link.JaxbLink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Link.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/MediaType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/MultivaluedHashMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/MultivaluedMap.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/NewCookie.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/NewCookie.AbstractNewCookieBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/NewCookie.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/NewCookie.SameSite.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/NoContentException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/PathSegment.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Request.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Response.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Response.Status.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Response.Status.Family.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Response.StatusType.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Response.ResponseBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/SecurityContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/StreamingOutput.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/UriBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/UriBuilderException.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/UriInfo.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Variant.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/class-use/Variant.VariantListBuilder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ContextResolver.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ExceptionMapper.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/InterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/MessageBodyReader.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/MessageBodyWriter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ParamConverter.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ParamConverter.Lazy.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ParamConverterProvider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/Provider.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/Providers.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ReaderInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/ReaderInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/RuntimeDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/RuntimeDelegate.HeaderDelegate.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/WriterInterceptor.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/class-use/WriterInterceptorContext.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/InboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/OutboundSseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/OutboundSseEvent.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/Sse.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/SseBroadcaster.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/SseEvent.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/SseEventSink.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/SseEventSource.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/class-use/SseEventSource.Builder.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/package-use.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/client/package-use.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/container/package-use.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/core/package-use.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/ext/package-use.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/jakarta.ws.rs/jakarta/ws/rs/sse/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/jakarta.ws.rs-api-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.ws.rs-api --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/jakarta.ws.rs-api-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.ws.rs-api --- [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/jakarta.ws.rs-api.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/pom.xml to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/jakarta.ws.rs-api-javadoc.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-api/target/jakarta.ws.rs-api-sources.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ jakarta.ws.rs-api --- [INFO] Writing OBR metadata [INFO] Installing jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< jakarta.ws.rs:jakarta-restful-ws-tck >---------------- [INFO] Building Jakarta RESTful WS TCK 3.1.0 [3/4] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta-restful-ws-tck --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta-restful-ws-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 106 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jakarta-restful-ws-tck --- [INFO] Compiling 764 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta-restful-ws-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jakarta-restful-ws-tck --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jakarta-restful-ws-tck --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ee.jakarta.tck.ws.rs.common.util.JaxrsUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in ee.jakarta.tck.ws.rs.common.util.JaxrsUtilTest [INFO] Running ee.jakarta.tck.ws.rs.common.matchers.IsThrowingMatcherTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.common.matchers.IsThrowingMatcherTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta-restful-ws-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/jakarta-restful-ws-tck-3.1.0.jar [INFO] [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ jakarta-restful-ws-tck >>> [INFO] [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ jakarta-restful-ws-tck <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ jakarta-restful-ws-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/jakarta-restful-ws-tck-3.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta-restful-ws-tck --- [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/jakarta-restful-ws-tck-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.0/jakarta-restful-ws-tck-3.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/pom.xml to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.0/jakarta-restful-ws-tck-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/jaxrs-tck/target/jakarta-restful-ws-tck-3.1.0-sources.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta-restful-ws-tck/3.1.0/jakarta-restful-ws-tck-3.1.0-sources.jar [INFO] [INFO] ----------------< jakarta.ws.rs:jakarta.ws.rs-examples >---------------- [INFO] Building Jakarta RESTful WS Examples 3.1.0 [4/4] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.ws.rs-examples --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ jakarta.ws.rs-examples --- [INFO] Storing buildNumber: 03/02/2022 03:08 PM at timestamp: 1646233683360 [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/EE10TCK/JAXRS/examples' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] >>> maven-jxr-plugin:3.1.1:jxr (default) > generate-sources @ jakarta.ws.rs-examples >>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ jakarta.ws.rs-examples --- [INFO] Storing buildNumber: 03/02/2022 03:08 PM at timestamp: 1646233683394 [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/EE10TCK/JAXRS/examples' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle (default) @ jakarta.ws.rs-examples --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< maven-jxr-plugin:3.1.1:jxr (default) < generate-sources @ jakarta.ws.rs-examples <<< [INFO] [INFO] [INFO] --- maven-jxr-plugin:3.1.1:jxr (default) @ jakarta.ws.rs-examples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:checkstyle (default) @ jakarta.ws.rs-examples --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.ws.rs-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.ws.rs-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/target/classes [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/java/jaxrs/examples/client/BasicExamples.java: /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/java/jaxrs/examples/client/BasicExamples.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/java/jaxrs/examples/client/BasicExamples.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/java/jaxrs/examples/client/validator/Pattern.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/main/java/jaxrs/examples/client/validator/Pattern.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.ws.rs-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jakarta.ws.rs-examples --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.ws.rs-examples --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jakarta.ws.rs-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/target/jakarta.ws.rs-examples-3.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.ws.rs-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/target/jakarta.ws.rs-examples-3.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.ws.rs-examples --- [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/target/jakarta.ws.rs-examples-3.1.0.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-examples/3.1.0/jakarta.ws.rs-examples-3.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/pom.xml to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-examples/3.1.0/jakarta.ws.rs-examples-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/EE10TCK/JAXRS/examples/target/jakarta.ws.rs-examples-3.1.0-sources.jar to /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-examples/3.1.0/jakarta.ws.rs-examples-3.1.0-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta RESTful WS Project 3.1.0: [INFO] [INFO] Jakarta RESTful WS Project ......................... SUCCESS [ 0.889 s] [INFO] Jakarta RESTful WS API ............................. SUCCESS [ 32.600 s] [INFO] Jakarta RESTful WS TCK ............................. SUCCESS [ 10.380 s] [INFO] Jakarta RESTful WS Examples ........................ SUCCESS [ 3.107 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56.300 s [INFO] Finished at: 2022-03-02T15:08:06Z [INFO] ------------------------------------------------------------------------ + cd jersey-tck + sed -i 's#<jersey.version>3.1.0-M1</jersey.version>#<jersey.version>3.1.0-M3</jersey.version>#p' pom.xml + mvn -Pstaging clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.core:jersey-tck:jar:3.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 291, column 21 [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] ----------------< org.glassfish.jersey.core:jersey-tck >---------------- [INFO] Building Jakarta RESTful WS Compliance 3.1.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tck --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jersey-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jersey-tck --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jersey-tck --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/jersey-tck-3.1.0.jar [INFO] [INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.3:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/6.2.3/glassfish-6.2.3.zip to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.2.0:copy (copy) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.0-M3:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.0-M3:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-client.jar [INFO] Copying jersey-server-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-server.jar [INFO] Copying jersey-common-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-core-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-container-servlet-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-media-sse-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-media-json-binding-3.1.0-M3.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (StopDomain1) @ jersey-tck --- CLI306: Warning - The server located at /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (StartDomain1) @ jersey-tck --- Waiting for domain1 to start ..... Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 Command start-domain executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Enable Trace requests) @ jersey-tck --- server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true Command set executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Delete User j2ee) @ jersey-tck --- remote failure: Removing User j2ee from file realm j2ee failed. No such user [j2ee]. No such user [j2ee]. Command delete-file-user failed. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Add User j2ee) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Delete User javajoe) @ jersey-tck --- remote failure: Removing User javajoe from file realm javajoe failed. No such user [javajoe]. No such user [javajoe]. Command delete-file-user failed. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Add User javajoe) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (list users) @ jersey-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (StopDomain) @ jersey-tck --- Waiting for the domain to stop . Command stop-domain executed successfully. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ jersey-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.form not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.sort not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.webtarget not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.resource not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.put not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.constrainedto not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.contextprovider not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocation not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocationcallback not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.writer not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientresponsecontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.inheritance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.client not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.overridestandard not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.runtimetype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.link not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.java2entity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configurable not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resourceconstructor not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.responseprocessingexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.mediatype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.entitytag not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.response not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.bindingpriority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configuration not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.newcookie not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.requestmatching not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientrequestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.template not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notsupportedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.interceptor not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.client not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.application not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.redirectexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.delete not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standard not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.servererrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.genericentity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.uribuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.exceptions not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.headers not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.uribuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.reader not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responseclient not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.visibility not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.exception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.processingexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notallowedexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.providers not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.returntype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.badrequestexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.server not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.request not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.globalbinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variant not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configurable not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.invocations not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.produceconsume not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.clienterrorexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.generictype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.responsemediatype not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notfoundexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentities not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.get not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notacceptableexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.lastvalue not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.head not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardnotnull not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.options not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configuration not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.forbiddenexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.signaturetest.jaxrs not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.sebootstrap not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.instance not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.namebinding not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.webtarget not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.priority not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cookie not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.entity not in jersey.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery not in jersey.tck [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ 03-02-2022 15:09:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:01:STARTING TEST : responseGenericEntityTest() 03-02-2022 15:09:01:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:02:FINISHED TEST : responseGenericEntityTest() 03-02-2022 15:09:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:02:STARTING TEST : genericEntityTest() 03-02-2022 15:09:02:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:02:FINISHED TEST : genericEntityTest() 03-02-2022 15:09:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:02:STARTING TEST : directClassTypeTest() 03-02-2022 15:09:02:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:02:FINISHED TEST : directClassTypeTest() 03-02-2022 15:09:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:02:STARTING TEST : responseDirectClassTypeTest() 03-02-2022 15:09:02:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:02:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.306 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : statusOkResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : statusOkResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : throwUncheckedExceptionTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : throwUncheckedExceptionTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : throwableIntOkResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : throwableIntOkResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : throwableOkResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : throwableOkResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : statusIntOkResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : statusIntOkResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : responseEntityTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:FINISHED TEST : responseEntityTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : throwableResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : throwableResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : noResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : noResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : okResponseTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:03:FINISHED TEST : okResponseTest() 03-02-2022 15:09:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:03:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:03:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableStatusCodeTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableStatusCodeTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : getResponseTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : getResponseTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableResponseTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableResponseTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableStatusTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableStatusTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : statusCode401Test() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : statusCode401Test() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : statusCode404Test() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : statusCode404Test() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableStatusTest1() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableStatusTest1() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : status415Test() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : status415Test() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : nullResponseTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : nullResponseTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : throwableResponseTest1() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : throwableResponseTest1() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : responseTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:04:FINISHED TEST : responseTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : emptyConstructorTest() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : emptyConstructorTest() 03-02-2022 15:09:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:04:STARTING TEST : status503Test() 03-02-2022 15:09:04:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:04:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain.JAXRSClientIT 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:09:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:05:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:09:05:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:09:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:05:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.491 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain.JAXRSClientIT 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamEntityWithConstructorTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamEntityWithConstructorTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamEntityWithConstructorTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamEntityWithConstructorTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamEntityWithEncodedTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamEntityWithEncodedTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamEntityWithEncodedTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamEntityWithEncodedTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamListEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamListEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamEntityWithValueOfTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamEntityWithValueOfTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamSetEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formParamSetEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:06:STARTING TEST : formParamEntityWithValueOfTest() 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:06:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : formParamEntityWithValueOfTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : formParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain.JAXRSClientIT 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:07:STARTING TEST : headerParamEntityWithFromStringTest() 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:07:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain.JAXRSClientIT 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityWithValueOf=JAXRS_SPEC_5.3;InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithValueOf=%21;InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithFromString=%21;InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithFromString=JAXRS_SPEC_5.3;InnerParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithValueOf=JAXRS_SPEC_5.3;InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityWithConstructor=JAXRS_SPEC_5.2;InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ListParamEntityWithFromString=JAXRS_SPEC_5.4;InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4;InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4;InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;SetParamEntityWithFromString=JAXRS_SPEC_5.4;InnerSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;SetParamEntityWithFromString=JAXRS_SPEC_5.4;InnerSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ListParamEntityWithFromString=JAXRS_SPEC_5.4;InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityWithFromString=JAXRS_SPEC_5.3;InnerParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityWithValueOf=%21;InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityWithFromString=%21;InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityWithConstructor=JAXRS_SPEC_5.2;InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:09:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:08:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:08 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:08:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.01 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain.JAXRSClientIT 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/SortedSetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithFromString/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/1/ParamEntityThrowingExceptionGivenByName/java.lang.IllegalArgumentException/ANYTHING HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/2/ParamEntityThrowingExceptionGivenByName/ANYTHING/java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithValueOf/%21/%21ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithFromString/%21/%21ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ListParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithFromString/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/SortedSetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamEntityWithConstructorTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithConstructor/JAXRS_SPEC_5.2/JAXRS_SPEC_5.2ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithValueOf/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/1/ParamEntityThrowingWebApplicationException/CREATED/ANYTHING HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/2/ParamEntityThrowingWebApplicationException/ANYTHING/CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/1/ParamEntityThrowingExceptionGivenByName/java.lang.IllegalArgumentException/ANYTHING HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/2/ParamEntityThrowingExceptionGivenByName/ANYTHING/java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ParamEntityWithConstructor/JAXRS_SPEC_5.2/JAXRS_SPEC_5.2ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamEntityWithEncodedTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithValueOf/%21/%21ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithFromString/%21/%21ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/SetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamEntityWithValueOfTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/ParamEntityWithValueOf/JAXRS_SPEC_5.3/JAXRS_SPEC_5.3ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/1/ParamEntityThrowingWebApplicationException/CREATED/ANYTHING HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/2/ParamEntityThrowingWebApplicationException/ANYTHING/CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathParamListEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param/ListParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathParamListEntityWithFromStringTest() 03-02-2022 15:09:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:09:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field/SetParamEntityWithFromString/JAXRS_SPEC_5.4/JAXRS_SPEC_5.4SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:09:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain.JAXRSClientIT 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : pathParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : pathParamOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : headerParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : headerParamOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : queryParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : queryParamOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : cookieParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : cookieParamOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : formParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 50 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : formParamOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : allParamsInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 111 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : allParamsInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : matrixParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : matrixParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : pathParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : pathParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : headerParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : headerParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : queryParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : queryParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : allParamsOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 111 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : allParamsOnFieldTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : cookieParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : cookieParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : formParamInParamTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 50 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : formParamInParamTest() 03-02-2022 15:09:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:10:STARTING TEST : matrixParamOnFieldTest() 03-02-2022 15:09:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 03-02-2022 15:09:10:############################### 03-02-2022 15:09:10:[Request] Adding entity: Anything 03-02-2022 15:09:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 03-02-2022 15:09:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:09:10: TRACE: [WIRE] - >> Anything 03-02-2022 15:09:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:09:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:09:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:10: TRACE: [WIRE] - << AnythingFIRSTSECOND 03-02-2022 15:09:10:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain.JAXRSClientIT 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithValueOf=%21&InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithFromString=%21&InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithValueOf=%21&InnerParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithFromString=%21&InnerParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithFromString=JAXRS_SPEC_5.3&InnerParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?SetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithValueOf=JAXRS_SPEC_5.3&InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithValueOf=JAXRS_SPEC_5.3&InnerParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?SetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ListParamEntityWithFromString=JAXRS_SPEC_5.4&InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ListParamEntityWithFromString=JAXRS_SPEC_5.4&InnerListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithFromString=JAXRS_SPEC_5.3&InnerParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4&InnerSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityWithConstructor=JAXRS_SPEC_5.2&InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:09:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:11:STARTING TEST : queryFieldParamEntityWithConstructorTest() 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithConstructor=JAXRS_SPEC_5.2&InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:09:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:09:11:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s - in ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT 03-02-2022 15:09:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:12:STARTING TEST : optionsWithCallbackWhileServerWaitTest() 03-02-2022 15:09:12:Start time: 1646233752281 03-02-2022 15:09:12:Client was returned control in 7 milliseconds from request 03-02-2022 15:09:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:12: TRACE: [WIRE] - >> 03-02-2022 15:09:14: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:14: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:14: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:14: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:14:Callback#completed() called in 2063 milliseconds from request 03-02-2022 15:09:14:Returned status 200 (OK) 03-02-2022 15:09:14:Callback completed() call ok 03-02-2022 15:09:14:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 03-02-2022 15:09:14:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:14:STARTING TEST : methodWithCallbackWhileServerWaitTest() 03-02-2022 15:09:14:Start time: 1646233754462 03-02-2022 15:09:14:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:14: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:09:14: TRACE: [WIRE] - >> 03-02-2022 15:09:16: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:16: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:09:16: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:16: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:16:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:09:16:Returned status 200 (OK) 03-02-2022 15:09:16:Callback completed() call ok 03-02-2022 15:09:16:Start time: 1646233756477 03-02-2022 15:09:16:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:09:16: TRACE: [WIRE] - >> 03-02-2022 15:09:18: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:18: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:18: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:18: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:18:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:09:18:Returned status 200 (OK) 03-02-2022 15:09:18:Callback completed() call ok 03-02-2022 15:09:18:Start time: 1646233758492 03-02-2022 15:09:18:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:18: TRACE: [WIRE] - >> 03-02-2022 15:09:20: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:20: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:20: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:20: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:20:Callback#completed() called in 2005 milliseconds from request 03-02-2022 15:09:20:Returned status 200 (OK) 03-02-2022 15:09:20:Callback completed() call ok 03-02-2022 15:09:20:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 03-02-2022 15:09:20:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:20:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:20:Start time: 1646233760509 03-02-2022 15:09:20:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:20: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:20: TRACE: [WIRE] - >> 03-02-2022 15:09:22: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:22: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:22: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:22: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:22:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:22:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:22:STARTING TEST : methodWithStringClassWhileServerWaitTest() 03-02-2022 15:09:22:Start time: 1646233762526 03-02-2022 15:09:22:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:22: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:09:22: TRACE: [WIRE] - >> 03-02-2022 15:09:24: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:24: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:09:24: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:24: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:24:Start time: 1646233764541 03-02-2022 15:09:24:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:09:24: TRACE: [WIRE] - >> 03-02-2022 15:09:26: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:26: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:26:Start time: 1646233766556 03-02-2022 15:09:26:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:26: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:26: TRACE: [WIRE] - >> 03-02-2022 15:09:28: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:28: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:28: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:28: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:28:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 03-02-2022 15:09:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:28:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:28:Start time: 1646233768573 03-02-2022 15:09:28: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:09:28: TRACE: [WIRE] - >> 03-02-2022 15:09:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:28: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:28: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:28: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:28: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:28:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:09:28:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:28:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:09:28:Start time: 1646233768590 03-02-2022 15:09:28: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:09:28: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:28:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:28:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:28:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:09:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:28:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:09:28:Start time: 1646233768635 03-02-2022 15:09:28:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:28: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:28: TRACE: [WIRE] - >> 03-02-2022 15:09:30: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:30: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:30: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:30:Returned status 200 (OK) 03-02-2022 15:09:30:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:09:30:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:30:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:09:30:Start time: 1646233770652 03-02-2022 15:09:30: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:09:30: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:30:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:30:Start time: 1646233770665 03-02-2022 15:09:30: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:09:30: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:30:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:30:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:30:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:09:30:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:30:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:30:Start time: 1646233770680 03-02-2022 15:09:30:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:30: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:09:30: TRACE: [WIRE] - >> 03-02-2022 15:09:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:32: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:32:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:32:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:32:Start time: 1646233772696 03-02-2022 15:09:32: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:32: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:32: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:32: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:32: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:32:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:09:32:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:32:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 03-02-2022 15:09:32:Start time: 1646233772740 03-02-2022 15:09:32: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:Start time: 1646233772752 03-02-2022 15:09:32: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:Start time: 1646233772764 03-02-2022 15:09:32: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 03-02-2022 15:09:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:32:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:09:32:Start time: 1646233772778 03-02-2022 15:09:32: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:09:32: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:Start time: 1646233772790 03-02-2022 15:09:32: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:09:32: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:09:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:32:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:09:32:Start time: 1646233772843 03-02-2022 15:09:32: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:32:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:32:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:09:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:32:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:09:32:Start time: 1646233772861 03-02-2022 15:09:32:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:32: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:09:32: TRACE: [WIRE] - >> 03-02-2022 15:09:34: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:34: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:09:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:34:Returned status 200 (OK) 03-02-2022 15:09:34:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:09:34:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:34:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:09:34:Start time: 1646233774880 03-02-2022 15:09:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:09:34: TRACE: [WIRE] - >> 03-02-2022 15:09:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:34: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:34: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:09:34:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:09:34:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:09:34:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:34:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 03-02-2022 15:09:34:Start time: 1646233774909 03-02-2022 15:09:34:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:09:34: TRACE: [WIRE] - >> 03-02-2022 15:09:36: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:36: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:09:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:36:Returned status 200 (OK) 03-02-2022 15:09:36:Start time: 1646233776924 03-02-2022 15:09:36:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:36: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:09:36: TRACE: [WIRE] - >> 03-02-2022 15:09:38: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:38: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:38: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:38: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:38:Returned status 200 (OK) 03-02-2022 15:09:38:Start time: 1646233778940 03-02-2022 15:09:38:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:38: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:09:38: TRACE: [WIRE] - >> 03-02-2022 15:09:40: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:40: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:09:40: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:40: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:40:Returned status 200 (OK) 03-02-2022 15:09:40:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 03-02-2022 15:09:40:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:40:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:40:Start time: 1646233780959 03-02-2022 15:09:40:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:40: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:09:40: TRACE: [WIRE] - >> 03-02-2022 15:09:42: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:42: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:09:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:42:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:42:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:42:Start time: 1646233782977 03-02-2022 15:09:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:09:42: TRACE: [WIRE] - >> 03-02-2022 15:09:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:42:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:09:42:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:09:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:42:STARTING TEST : postWhileServerWaitTest() 03-02-2022 15:09:42:Start time: 1646233782995 03-02-2022 15:09:42:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:09:42: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:45: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:45: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:45:Returned status 200 (OK) 03-02-2022 15:09:45:FINISHED TEST : postWhileServerWaitTest() 03-02-2022 15:09:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:45:STARTING TEST : headTest() 03-02-2022 15:09:45:Start time: 1646233785026 03-02-2022 15:09:45: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 03-02-2022 15:09:45: TRACE: [WIRE] - >> 03-02-2022 15:09:45: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:45: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:45:Returned status 200 (OK) 03-02-2022 15:09:45:FINISHED TEST : headTest() 03-02-2022 15:09:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:45:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:09:45:Start time: 1646233785043 03-02-2022 15:09:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:09:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:45: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:09:45:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:09:45:Start time: 1646233785059 03-02-2022 15:09:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:09:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:45: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:45: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:09:45:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:09:45:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:09:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:45:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 03-02-2022 15:09:45:Start time: 1646233785079 03-02-2022 15:09:45:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:09:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:47: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:47: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:47:Callback#completed() called in 2005 milliseconds from request 03-02-2022 15:09:47:Callback completed() call ok 03-02-2022 15:09:47:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 03-02-2022 15:09:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:47:STARTING TEST : traceWhileServerWaitTest() 03-02-2022 15:09:47:Start time: 1646233787115 03-02-2022 15:09:47:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:47: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:09:47: TRACE: [WIRE] - >> 03-02-2022 15:09:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:49: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:09:49: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:49:Returned status 200 (OK) 03-02-2022 15:09:49:FINISHED TEST : traceWhileServerWaitTest() 03-02-2022 15:09:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:49:STARTING TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:09:49:Start time: 1646233789132 03-02-2022 15:09:49: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:09:49: TRACE: [WIRE] - >> 03-02-2022 15:09:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:49:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:49:FINISHED TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:09:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:49:STARTING TEST : headWhileServerWaitTest() 03-02-2022 15:09:49:Start time: 1646233789147 03-02-2022 15:09:49:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:49: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 03-02-2022 15:09:49: TRACE: [WIRE] - >> 03-02-2022 15:09:51: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:51: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:09:51: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:51:Returned status 200 (OK) 03-02-2022 15:09:51:FINISHED TEST : headWhileServerWaitTest() 03-02-2022 15:09:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:51:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:51:Start time: 1646233791164 03-02-2022 15:09:51:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:51: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:09:51: TRACE: [WIRE] - >> 03-02-2022 15:09:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:53: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:09:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:53:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:09:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:53:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:09:53:Start time: 1646233793179 03-02-2022 15:09:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:09:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:09:53:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:09:53:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:09:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:53:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 03-02-2022 15:09:53:Start time: 1646233793196 03-02-2022 15:09:53:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:09:53: TRACE: [WIRE] - >> 03-02-2022 15:09:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:55: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:09:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:55:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:09:55:Callback completed() call ok 03-02-2022 15:09:55:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 03-02-2022 15:09:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:55:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 03-02-2022 15:09:55:Start time: 1646233795211 03-02-2022 15:09:55:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:09:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:57: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:09:57: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:57:Start time: 1646233797225 03-02-2022 15:09:57:Client was returned control in 0 milliseconds from request 03-02-2022 15:09:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:09:57: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:09:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:59: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:09:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:59:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 03-02-2022 15:09:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:59:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:09:59:Start time: 1646233799245 03-02-2022 15:09:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:09:59: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:09:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:09:59: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:09:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:09:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:09:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:09:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:09:59:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:09:59:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:09:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:59:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:09:59:Start time: 1646233799265 03-02-2022 15:09:59: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:09:59: TRACE: [WIRE] - >> 03-02-2022 15:09:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:59:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:59:Start time: 1646233799284 03-02-2022 15:09:59: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:09:59: TRACE: [WIRE] - >> 03-02-2022 15:09:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:59:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:59:Start time: 1646233799298 03-02-2022 15:09:59: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:09:59: TRACE: [WIRE] - >> 03-02-2022 15:09:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:59:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:59:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:09:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:59:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 03-02-2022 15:09:59:Start time: 1646233799315 03-02-2022 15:09:59: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:09:59: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:09:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:09:59:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:09:59:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 03-02-2022 15:09:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:09:59:STARTING TEST : postWithCallbackWhileServerWaitTest() 03-02-2022 15:09:59:Start time: 1646233799338 03-02-2022 15:09:59:Client was returned control in 1 milliseconds from request 03-02-2022 15:09:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:09:59: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:01:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:10:01:Returned status 200 (OK) 03-02-2022 15:10:01:Callback completed() call ok 03-02-2022 15:10:01:FINISHED TEST : postWithCallbackWhileServerWaitTest() 03-02-2022 15:10:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:01:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:01:Start time: 1646233801355 03-02-2022 15:10:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:01: TRACE: [WIRE] - >> 03-02-2022 15:10:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:01:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:01:STARTING TEST : methodTest() 03-02-2022 15:10:01:Start time: 1646233801373 03-02-2022 15:10:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:10:01: TRACE: [WIRE] - >> 03-02-2022 15:10:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:01:Returned status 200 (OK) 03-02-2022 15:10:01:Start time: 1646233801390 03-02-2022 15:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:10:01: TRACE: [WIRE] - >> 03-02-2022 15:10:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:01:Returned status 200 (OK) 03-02-2022 15:10:01:Start time: 1646233801406 03-02-2022 15:10:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:10:01: TRACE: [WIRE] - >> 03-02-2022 15:10:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:10:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:01:Returned status 200 (OK) 03-02-2022 15:10:01:FINISHED TEST : methodTest() 03-02-2022 15:10:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:01:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 03-02-2022 15:10:01:Start time: 1646233801443 03-02-2022 15:10:01: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:10:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:01:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 03-02-2022 15:10:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:01:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 03-02-2022 15:10:01:Start time: 1646233801478 03-02-2022 15:10:01:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:03:Returned status 200 (OK) 03-02-2022 15:10:03:Start time: 1646233803492 03-02-2022 15:10:03:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:10:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:05: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:05:Returned status 200 (OK) 03-02-2022 15:10:05:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 03-02-2022 15:10:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:05:STARTING TEST : putWithStringClassWhileServerWaitTest() 03-02-2022 15:10:05:Start time: 1646233805507 03-02-2022 15:10:05:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:05: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:05: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:07: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:07: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:07: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:07:FINISHED TEST : putWithStringClassWhileServerWaitTest() 03-02-2022 15:10:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:07:STARTING TEST : deleteWhileServerWaitTest() 03-02-2022 15:10:07:Start time: 1646233807522 03-02-2022 15:10:07:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:10:07: TRACE: [WIRE] - >> 03-02-2022 15:10:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:09:Returned status 200 (OK) 03-02-2022 15:10:09:FINISHED TEST : deleteWhileServerWaitTest() 03-02-2022 15:10:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:09:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:09:Start time: 1646233809536 03-02-2022 15:10:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:09: TRACE: [WIRE] - >> 03-02-2022 15:10:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:09:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:09:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:09:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:09:Start time: 1646233809551 03-02-2022 15:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:09: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:09:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:09:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:09:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 03-02-2022 15:10:09:Start time: 1646233809568 03-02-2022 15:10:09: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 03-02-2022 15:10:09: TRACE: [WIRE] - >> 03-02-2022 15:10:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:09:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:09:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 03-02-2022 15:10:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:09:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:09:Start time: 1646233809585 03-02-2022 15:10:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:10:09: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:09:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:09:Start time: 1646233809601 03-02-2022 15:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:09: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:09: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:09:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:09:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:09:STARTING TEST : headWithCallbackWhileServerWaitTest() 03-02-2022 15:10:09:Start time: 1646233809638 03-02-2022 15:10:09:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:09: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 03-02-2022 15:10:09: TRACE: [WIRE] - >> 03-02-2022 15:10:11: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:11: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:11: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:11: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:11:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:10:11:Returned status 200 (OK) 03-02-2022 15:10:11:Callback completed() call ok 03-02-2022 15:10:11:FINISHED TEST : headWithCallbackWhileServerWaitTest() 03-02-2022 15:10:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:11:STARTING TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:10:11:Start time: 1646233811652 03-02-2022 15:10:11: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:10:11: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:11:FINISHED TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:10:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:11:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:10:11:Start time: 1646233811664 03-02-2022 15:10:11: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:10:11: TRACE: [WIRE] - >> 03-02-2022 15:10:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:11:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:10:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:11:STARTING TEST : putWhileServerWaitTest() 03-02-2022 15:10:11:Start time: 1646233811676 03-02-2022 15:10:11:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:11: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:13: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:13: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:13: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:13:Returned status 200 (OK) 03-02-2022 15:10:13:FINISHED TEST : putWhileServerWaitTest() 03-02-2022 15:10:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:13:STARTING TEST : getWithStringClassWhileServerWaitTest() 03-02-2022 15:10:13:Start time: 1646233813692 03-02-2022 15:10:13:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:10:13: TRACE: [WIRE] - >> 03-02-2022 15:10:15: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:15: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:15: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:15:FINISHED TEST : getWithStringClassWhileServerWaitTest() 03-02-2022 15:10:15:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:15:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:15:Start time: 1646233815709 03-02-2022 15:10:15: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:10:15: TRACE: [WIRE] - >> 03-02-2022 15:10:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:15: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:15: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:15: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:15:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:15:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:15:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:15:STARTING TEST : deleteWithCallbackWhileServerWaitTest() 03-02-2022 15:10:15:Start time: 1646233815725 03-02-2022 15:10:15:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:10:15: TRACE: [WIRE] - >> 03-02-2022 15:10:17: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:17: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:17: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:17: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:17:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:10:17:Returned status 200 (OK) 03-02-2022 15:10:17:Callback completed() call ok 03-02-2022 15:10:17:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 03-02-2022 15:10:17:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:17:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:17:Start time: 1646233817739 03-02-2022 15:10:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:10:17: TRACE: [WIRE] - >> 03-02-2022 15:10:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:17: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:17: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:17: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:17: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:17:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:17:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:17:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:17:STARTING TEST : deleteWithStringClassWhileServerWaitTest() 03-02-2022 15:10:17:Start time: 1646233817753 03-02-2022 15:10:17:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:10:17: TRACE: [WIRE] - >> 03-02-2022 15:10:19: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:19: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:19: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:19: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:19:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 03-02-2022 15:10:19:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:19:STARTING TEST : traceWithStringClassWhileServerWaitTest() 03-02-2022 15:10:19:Start time: 1646233819784 03-02-2022 15:10:19:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:19: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:10:19: TRACE: [WIRE] - >> 03-02-2022 15:10:21: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:21:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 03-02-2022 15:10:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:21:STARTING TEST : optionsTest() 03-02-2022 15:10:21:Start time: 1646233821801 03-02-2022 15:10:21: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:10:21: TRACE: [WIRE] - >> 03-02-2022 15:10:21: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:21:Returned status 200 (OK) 03-02-2022 15:10:21:FINISHED TEST : optionsTest() 03-02-2022 15:10:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:21:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:21:Start time: 1646233821815 03-02-2022 15:10:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:21: TRACE: [WIRE] - >> 03-02-2022 15:10:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:21:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:21:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:21:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:21:Start time: 1646233821829 03-02-2022 15:10:21: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:21: TRACE: [WIRE] - >> 03-02-2022 15:10:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:21:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:21:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:21:STARTING TEST : postWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:21:Start time: 1646233821844 03-02-2022 15:10:21:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:10:21: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:23: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:23: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:23: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:23: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:23:Returned status 200 (OK) 03-02-2022 15:10:23:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:23:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:23:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:23:Start time: 1646233823859 03-02-2022 15:10:23:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:23: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:10:23: TRACE: [WIRE] - >> 03-02-2022 15:10:25: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 200 (OK) 03-02-2022 15:10:25:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:Start time: 1646233825875 03-02-2022 15:10:25: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:25:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:Start time: 1646233825889 03-02-2022 15:10:25: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:25:Start time: 1646233825902 03-02-2022 15:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:25:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:10:25:Start time: 1646233825916 03-02-2022 15:10:25: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 03-02-2022 15:10:25: TRACE: [WIRE] - >> 03-02-2022 15:10:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:25:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:25:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : putTest() 03-02-2022 15:10:25:Start time: 1646233825931 03-02-2022 15:10:25: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 200 (OK) 03-02-2022 15:10:25:FINISHED TEST : putTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:Start time: 1646233825945 03-02-2022 15:10:25: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:25:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:10:25:Start time: 1646233825960 03-02-2022 15:10:25: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:25:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:25:Start time: 1646233825973 03-02-2022 15:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:25:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:25:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:Start time: 1646233825988 03-02-2022 15:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:25:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:25:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:25:STARTING TEST : getTest() 03-02-2022 15:10:26:Start time: 1646233826035 03-02-2022 15:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 200 (OK) 03-02-2022 15:10:26:FINISHED TEST : getTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:26:Start time: 1646233826051 03-02-2022 15:10:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:26:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:26:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:10:26:Start time: 1646233826066 03-02-2022 15:10:26: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:26:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:26:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:Start time: 1646233826135 03-02-2022 15:10:26: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:26:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:10:26:Start time: 1646233826155 03-02-2022 15:10:26: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:26:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:26:Start time: 1646233826167 03-02-2022 15:10:26: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:26:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:26:Start time: 1646233826177 03-02-2022 15:10:26: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:26:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:26:FINISHED TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:Start time: 1646233826190 03-02-2022 15:10:26: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:26:Start time: 1646233826233 03-02-2022 15:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:26:Start time: 1646233826245 03-02-2022 15:10:26: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:26:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:Start time: 1646233826263 03-02-2022 15:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:26: TRACE: [WIRE] - >> 03-02-2022 15:10:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:26: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:26:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:26:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:26:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:26:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:10:26:Start time: 1646233826276 03-02-2022 15:10:26:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:26: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:26: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:28: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:28:Returned status 200 (OK) 03-02-2022 15:10:28:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:10:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:28:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:28:Start time: 1646233828291 03-02-2022 15:10:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:28: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:28:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:28:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:28:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 03-02-2022 15:10:28:Start time: 1646233828305 03-02-2022 15:10:28: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:28: TRACE: [WIRE] - >> 03-02-2022 15:10:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:28: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:28:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:28:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:28:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 03-02-2022 15:10:28:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:28:STARTING TEST : getWithCallbackWhileServerWaitTest() 03-02-2022 15:10:28:Start time: 1646233828318 03-02-2022 15:10:28:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:10:28: TRACE: [WIRE] - >> 03-02-2022 15:10:30: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:30: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:30:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:10:30:Returned status 200 (OK) 03-02-2022 15:10:30:Callback completed() call ok 03-02-2022 15:10:30:FINISHED TEST : getWithCallbackWhileServerWaitTest() 03-02-2022 15:10:30:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:30:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:10:30:Start time: 1646233830333 03-02-2022 15:10:30:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:10:30: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:32: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:32: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:32:Returned status 200 (OK) 03-02-2022 15:10:32:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:10:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:32:STARTING TEST : putWithCallbackWhileServerWaitTest() 03-02-2022 15:10:32:Start time: 1646233832347 03-02-2022 15:10:32:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:32: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:32: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:34: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:34:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:10:34:Returned status 200 (OK) 03-02-2022 15:10:34:Callback completed() call ok 03-02-2022 15:10:34:FINISHED TEST : putWithCallbackWhileServerWaitTest() 03-02-2022 15:10:34:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:34:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 03-02-2022 15:10:34:Start time: 1646233834361 03-02-2022 15:10:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:34: TRACE: [WIRE] - >> 03-02-2022 15:10:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:34:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:34:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 03-02-2022 15:10:34:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:34:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:34:Start time: 1646233834376 03-02-2022 15:10:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:34: TRACE: [WIRE] - >> 03-02-2022 15:10:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:34:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:34:Start time: 1646233834390 03-02-2022 15:10:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:34: TRACE: [WIRE] - >> 03-02-2022 15:10:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:34:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:34:Start time: 1646233834402 03-02-2022 15:10:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:34: TRACE: [WIRE] - >> 03-02-2022 15:10:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:34: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:34: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:34:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:34:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:34:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:34:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 03-02-2022 15:10:34:Start time: 1646233834429 03-02-2022 15:10:34:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:10:34: TRACE: [WIRE] - >> 03-02-2022 15:10:36: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:36:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:10:36:Callback completed() call ok 03-02-2022 15:10:36:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 03-02-2022 15:10:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:36:STARTING TEST : deleteThrowsExceptionTest() 03-02-2022 15:10:36:Start time: 1646233836444 03-02-2022 15:10:36: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:36:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:36:FINISHED TEST : deleteThrowsExceptionTest() 03-02-2022 15:10:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:36:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:10:36:Start time: 1646233836460 03-02-2022 15:10:36: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:10:36: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:36:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:36:Start time: 1646233836470 03-02-2022 15:10:36: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:10:36: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:36:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:36:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:10:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:36:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:36:Start time: 1646233836482 03-02-2022 15:10:36: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:36:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:36:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:36:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:36:Start time: 1646233836495 03-02-2022 15:10:36: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:36:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:36:Start time: 1646233836507 03-02-2022 15:10:36: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:36:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:36:Start time: 1646233836518 03-02-2022 15:10:36: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:36: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:36: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:36:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:36:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:36:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:36:Start time: 1646233836541 03-02-2022 15:10:36:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:36: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:10:36: TRACE: [WIRE] - >> 03-02-2022 15:10:38: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:38: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:10:38: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:38: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:38:Returned status 200 (OK) 03-02-2022 15:10:38:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:38:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:38:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:10:38:Start time: 1646233838555 03-02-2022 15:10:38: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:10:38: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:38:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:38:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:10:38:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:38:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:10:38:Start time: 1646233838566 03-02-2022 15:10:38:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:38: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:40: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:40: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:40: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:40: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:40:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:10:40:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:40:STARTING TEST : traceWithCallbackWhileServerWaitTest() 03-02-2022 15:10:40:Start time: 1646233840580 03-02-2022 15:10:40:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:40: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 03-02-2022 15:10:40: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:10:42:Returned status 200 (OK) 03-02-2022 15:10:42:Callback completed() call ok 03-02-2022 15:10:42:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 03-02-2022 15:10:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:42:STARTING TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:10:42:Start time: 1646233842599 03-02-2022 15:10:42: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:42:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:42:FINISHED TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:10:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:42:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:42:Start time: 1646233842614 03-02-2022 15:10:42: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:42:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:42:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:42:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:42:Start time: 1646233842631 03-02-2022 15:10:42: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:42:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:42:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:10:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:42:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:42:Start time: 1646233842649 03-02-2022 15:10:42: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:42:Start time: 1646233842663 03-02-2022 15:10:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:42:Start time: 1646233842673 03-02-2022 15:10:42: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:42: TRACE: [WIRE] - >> 03-02-2022 15:10:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:42: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:42:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:42:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:42:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 03-02-2022 15:10:42:Start time: 1646233842708 03-02-2022 15:10:42:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:42: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:44: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:44:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:10:44:Returned status 200 (OK) 03-02-2022 15:10:44:Callback completed() call ok 03-02-2022 15:10:44:Start time: 1646233844719 03-02-2022 15:10:44:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:10:44: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:10:46:Returned status 200 (OK) 03-02-2022 15:10:46:Callback completed() call ok 03-02-2022 15:10:46:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:46:Start time: 1646233846732 03-02-2022 15:10:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:46: TRACE: [WIRE] - >> 03-02-2022 15:10:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:46:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : traceTest() 03-02-2022 15:10:46:Start time: 1646233846745 03-02-2022 15:10:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 03-02-2022 15:10:46: TRACE: [WIRE] - >> 03-02-2022 15:10:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:Returned status 200 (OK) 03-02-2022 15:10:46:FINISHED TEST : traceTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : postTest() 03-02-2022 15:10:46:Start time: 1646233846759 03-02-2022 15:10:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:10:46: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:Returned status 200 (OK) 03-02-2022 15:10:46:FINISHED TEST : postTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:46:Start time: 1646233846773 03-02-2022 15:10:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:46: TRACE: [WIRE] - >> 03-02-2022 15:10:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:46:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:46:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:10:46:Start time: 1646233846787 03-02-2022 15:10:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:10:46: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:46:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:46:Start time: 1646233846802 03-02-2022 15:10:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:10:46: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:46: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:46:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:46:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:10:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:46:STARTING TEST : getWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:46:Start time: 1646233846820 03-02-2022 15:10:46:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:10:46: TRACE: [WIRE] - >> 03-02-2022 15:10:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:48: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:48: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:48:Returned status 200 (OK) 03-02-2022 15:10:48:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 03-02-2022 15:10:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:48:STARTING TEST : methodWhileServerWaitTest() 03-02-2022 15:10:48:Start time: 1646233848836 03-02-2022 15:10:48:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:10:48: TRACE: [WIRE] - >> 03-02-2022 15:10:50: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:50: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:50: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:50: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:50:Returned status 200 (OK) 03-02-2022 15:10:50:Start time: 1646233850851 03-02-2022 15:10:50:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:10:50: TRACE: [WIRE] - >> 03-02-2022 15:10:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:52:Returned status 200 (OK) 03-02-2022 15:10:52:Start time: 1646233852864 03-02-2022 15:10:52:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:10:52: TRACE: [WIRE] - >> 03-02-2022 15:10:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:10:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:54:Returned status 200 (OK) 03-02-2022 15:10:54:FINISHED TEST : methodWhileServerWaitTest() 03-02-2022 15:10:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:54:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:54:Start time: 1646233854880 03-02-2022 15:10:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:54: TRACE: [WIRE] - >> 03-02-2022 15:10:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:10:54:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:10:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:54:STARTING TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:10:54:Start time: 1646233854897 03-02-2022 15:10:54: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:10:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:54:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:10:54:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:10:54:FINISHED TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:10:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:54:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 03-02-2022 15:10:54:Start time: 1646233854914 03-02-2022 15:10:54:Client was returned control in 0 milliseconds from request 03-02-2022 15:10:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:10:54: TRACE: [WIRE] - >> 03-02-2022 15:10:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:56:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:10:56:Callback completed() call ok 03-02-2022 15:10:56:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 03-02-2022 15:10:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:56:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:56:Start time: 1646233856927 03-02-2022 15:10:56: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:10:56: TRACE: [WIRE] - >> 03-02-2022 15:10:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:56:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:56:Start time: 1646233856941 03-02-2022 15:10:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:10:56: TRACE: [WIRE] - >> 03-02-2022 15:10:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:56:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:56:Start time: 1646233856951 03-02-2022 15:10:56: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:10:56: TRACE: [WIRE] - >> 03-02-2022 15:10:56: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:10:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:10:56: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:10:56:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:10:56:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:10:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:10:56:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 03-02-2022 15:10:56:Start time: 1646233856978 03-02-2022 15:10:56:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:56: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:10:56: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:10:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:10:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:10:58: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:10:58: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:10:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:10:58:Returned status 200 (OK) 03-02-2022 15:10:58:Start time: 1646233858990 03-02-2022 15:10:58:Client was returned control in 1 milliseconds from request 03-02-2022 15:10:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:10:58: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:00:Returned status 200 (OK) 03-02-2022 15:11:00:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 03-02-2022 15:11:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:00:STARTING TEST : optionsWithStringClassWhileServerWaitTest() 03-02-2022 15:11:01:Start time: 1646233861003 03-02-2022 15:11:01:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:01: TRACE: [WIRE] - >> 03-02-2022 15:11:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:03:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 03-02-2022 15:11:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:03:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:11:03:Start time: 1646233863017 03-02-2022 15:11:03:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:03: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:03: TRACE: [WIRE] - >> 03-02-2022 15:11:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:05: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:05:Start time: 1646233865029 03-02-2022 15:11:05:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:11:05: TRACE: [WIRE] - >> 03-02-2022 15:11:07: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:07: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:07: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:07:Start time: 1646233867040 03-02-2022 15:11:07:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:07: TRACE: [WIRE] - >> 03-02-2022 15:11:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:09: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:09: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:09:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:11:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:09:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:09:Start time: 1646233869054 03-02-2022 15:11:09:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:09: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:09: TRACE: [WIRE] - >> 03-02-2022 15:11:11: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:11: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:11: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:11:Returned status 200 (OK) 03-02-2022 15:11:11:Start time: 1646233871066 03-02-2022 15:11:11:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:11:11: TRACE: [WIRE] - >> 03-02-2022 15:11:13: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:13: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:13: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:13:Returned status 200 (OK) 03-02-2022 15:11:13:Start time: 1646233873078 03-02-2022 15:11:13:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:13: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:13: TRACE: [WIRE] - >> 03-02-2022 15:11:15: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:15: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:15: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:15:Returned status 200 (OK) 03-02-2022 15:11:15:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:15:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:15:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:11:15:Start time: 1646233875092 03-02-2022 15:11:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:11:15: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:15: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:15: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:15: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:11:15:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:11:15:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:11:15:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:15:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 03-02-2022 15:11:15:Start time: 1646233875106 03-02-2022 15:11:15:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:15: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:15: TRACE: [WIRE] - >> 03-02-2022 15:11:17: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:17: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:17: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:17: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:17:Returned status 200 (OK) 03-02-2022 15:11:17:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 03-02-2022 15:11:17:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:17:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:17:Start time: 1646233877120 03-02-2022 15:11:17: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:11:17: TRACE: [WIRE] - >> 03-02-2022 15:11:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:17:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:17:Start time: 1646233877138 03-02-2022 15:11:17: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:11:17: TRACE: [WIRE] - >> 03-02-2022 15:11:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:17:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:17:Start time: 1646233877148 03-02-2022 15:11:17: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:11:17: TRACE: [WIRE] - >> 03-02-2022 15:11:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:17:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:17:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:17:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:17:STARTING TEST : methodWithEntityWhileServerWaitTest() 03-02-2022 15:11:17:Start time: 1646233877163 03-02-2022 15:11:17:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:11:17: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:19: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:19: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:19: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:19: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:19:Returned status 200 (OK) 03-02-2022 15:11:19:Start time: 1646233879177 03-02-2022 15:11:19:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:11:19: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:21: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:Returned status 200 (OK) 03-02-2022 15:11:21:FINISHED TEST : methodWithEntityWhileServerWaitTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:11:21:Start time: 1646233881191 03-02-2022 15:11:21: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:21:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:21:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:11:21:Start time: 1646233881202 03-02-2022 15:11:21: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:11:21: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:11:21:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:11:21:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:21:Start time: 1646233881232 03-02-2022 15:11:21: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:21:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:21:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:21:Start time: 1646233881246 03-02-2022 15:11:21: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:11:21:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:11:21:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:21:Start time: 1646233881258 03-02-2022 15:11:21: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:21:Start time: 1646233881269 03-02-2022 15:11:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:21:Start time: 1646233881280 03-02-2022 15:11:21: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:21: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:21:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:21:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:21:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:21:Start time: 1646233881292 03-02-2022 15:11:21:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:21: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:21: TRACE: [WIRE] - >> 03-02-2022 15:11:23: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:23: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:23: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:23: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:23:Returned status 200 (OK) 03-02-2022 15:11:23:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:23:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:23:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:23:Start time: 1646233883306 03-02-2022 15:11:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:11:23: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:23: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:23: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:23: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:23: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:23:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:23:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:23:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:23:STARTING TEST : optionsWhileServerWaitTest() 03-02-2022 15:11:23:Start time: 1646233883319 03-02-2022 15:11:23:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:23: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:23: TRACE: [WIRE] - >> 03-02-2022 15:11:25: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:25: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:25: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:25:Returned status 200 (OK) 03-02-2022 15:11:25:FINISHED TEST : optionsWhileServerWaitTest() 03-02-2022 15:11:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:25:STARTING TEST : putWithResponseClassWhileServerWaitTest() 03-02-2022 15:11:25:Start time: 1646233885332 03-02-2022 15:11:25:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:25: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:11:25: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:27: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:27: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:27: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:27: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:27:Returned status 200 (OK) 03-02-2022 15:11:27:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 03-02-2022 15:11:27:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:27:STARTING TEST : getWhileServerWaitTest() 03-02-2022 15:11:27:Start time: 1646233887344 03-02-2022 15:11:27:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:11:27: TRACE: [WIRE] - >> 03-02-2022 15:11:29: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:29: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:29:Returned status 200 (OK) 03-02-2022 15:11:29:FINISHED TEST : getWhileServerWaitTest() 03-02-2022 15:11:29:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:29:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:29:Start time: 1646233889357 03-02-2022 15:11:29: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 03-02-2022 15:11:29: TRACE: [WIRE] - >> 03-02-2022 15:11:29: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:29: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:29:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:29:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:29:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:29:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:29:Start time: 1646233889370 03-02-2022 15:11:29: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:11:29: TRACE: [WIRE] - >> 03-02-2022 15:11:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:29:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:29:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:29:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:29:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:29:Start time: 1646233889384 03-02-2022 15:11:29: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:11:29: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:29: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:29: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:29: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:29:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:29:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:29:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:29:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 03-02-2022 15:11:29:Start time: 1646233889398 03-02-2022 15:11:29:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:29: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:11:29: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:31: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:31:Start time: 1646233891410 03-02-2022 15:11:31:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:11:31: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:33: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:33: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:33: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:33: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:33:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 03-02-2022 15:11:33:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:33:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:33:Start time: 1646233893425 03-02-2022 15:11:33: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:11:33: TRACE: [WIRE] - >> 03-02-2022 15:11:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:33:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:33:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:33:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:33:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 03-02-2022 15:11:33:Start time: 1646233893436 03-02-2022 15:11:33:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:33: TRACE: [WIRE] - >> 03-02-2022 15:11:35: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:35: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:35:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:11:35:Callback completed() call ok 03-02-2022 15:11:35:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 03-02-2022 15:11:35:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:35:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:11:35:Start time: 1646233895465 03-02-2022 15:11:35: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:11:35: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:35: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:35: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:11:35:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:11:35:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:11:35:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:35:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:11:35:Start time: 1646233895483 03-02-2022 15:11:35: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 03-02-2022 15:11:35: TRACE: [WIRE] - >> 03-02-2022 15:11:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:35:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:35:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:11:35:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:35:STARTING TEST : deleteTest() 03-02-2022 15:11:35:Start time: 1646233895494 03-02-2022 15:11:35: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 03-02-2022 15:11:35: TRACE: [WIRE] - >> 03-02-2022 15:11:35: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:35: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:35: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:35:Returned status 200 (OK) 03-02-2022 15:11:35:FINISHED TEST : deleteTest() 03-02-2022 15:11:35:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:35:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:35:Start time: 1646233895541 03-02-2022 15:11:35:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:11:35: TRACE: [WIRE] - >> 03-02-2022 15:11:37: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:37: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:37: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:37: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:37:Returned status 200 (OK) 03-02-2022 15:11:37:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 03-02-2022 15:11:37:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:37:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:37:Start time: 1646233897555 03-02-2022 15:11:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 03-02-2022 15:11:37: TRACE: [WIRE] - >> 03-02-2022 15:11:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:37: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:37: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:37: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:37: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:11:37:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:11:37:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:37:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:37:STARTING TEST : postWithStringClassWhileServerWaitTest() 03-02-2022 15:11:37:Start time: 1646233897567 03-02-2022 15:11:37:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:11:37: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:39: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:39: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:39: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:39: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:39:FINISHED TEST : postWithStringClassWhileServerWaitTest() 03-02-2022 15:11:39:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:39:STARTING TEST : methodWithCallbackStringWhileServerWaitTest() 03-02-2022 15:11:39:Start time: 1646233899581 03-02-2022 15:11:39:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:39: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:39: TRACE: [WIRE] - >> 03-02-2022 15:11:41: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:41: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:41: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:41: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:41:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:11:41:Callback completed() call ok 03-02-2022 15:11:41:Start time: 1646233901593 03-02-2022 15:11:41:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 03-02-2022 15:11:41: TRACE: [WIRE] - >> 03-02-2022 15:11:43: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:43: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:43:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:11:43:Callback completed() call ok 03-02-2022 15:11:43:Start time: 1646233903605 03-02-2022 15:11:43:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 03-02-2022 15:11:43: TRACE: [WIRE] - >> 03-02-2022 15:11:45: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:45: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:45: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:45: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:45:Callback#completed() called in 2003 milliseconds from request 03-02-2022 15:11:45:Callback completed() call ok 03-02-2022 15:11:45:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 03-02-2022 15:11:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:45:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:45:Start time: 1646233905618 03-02-2022 15:11:45: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:11:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:45:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:45:Start time: 1646233905630 03-02-2022 15:11:45: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:11:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:45:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:45:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:45:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:45:Start time: 1646233905644 03-02-2022 15:11:45: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 03-02-2022 15:11:45: TRACE: [WIRE] - >> 03-02-2022 15:11:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:45:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:45:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 03-02-2022 15:11:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:45:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:11:45:Start time: 1646233905656 03-02-2022 15:11:45:Client was returned control in 0 milliseconds from request 03-02-2022 15:11:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:11:45: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:47:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 03-02-2022 15:11:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:47:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:11:47:Start time: 1646233907670 03-02-2022 15:11:47: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 03-02-2022 15:11:47: TRACE: [WIRE] - >> 03-02-2022 15:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:47:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:47:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 03-02-2022 15:11:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:47:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:47:Start time: 1646233907681 03-02-2022 15:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 03-02-2022 15:11:47: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:47:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:47:Start time: 1646233907693 03-02-2022 15:11:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 03-02-2022 15:11:47: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:47: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:47:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:47:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:11:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:47:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 03-02-2022 15:11:47:Start time: 1646233907705 03-02-2022 15:11:47:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 03-02-2022 15:11:47: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:49: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:49: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:49:Callback#completed() called in 2004 milliseconds from request 03-02-2022 15:11:49:Callback completed() call ok 03-02-2022 15:11:49:Start time: 1646233909733 03-02-2022 15:11:49:Client was returned control in 1 milliseconds from request 03-02-2022 15:11:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 03-02-2022 15:11:49: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:51: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:51: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:51: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:51: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:51:Callback#completed() called in 2005 milliseconds from request 03-02-2022 15:11:51:Callback completed() call ok 03-02-2022 15:11:51:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 03-02-2022 15:11:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:51:STARTING TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:11:51:Start time: 1646233911749 03-02-2022 15:11:51: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 03-02-2022 15:11:51: TRACE: [WIRE] - >> 03-02-2022 15:11:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:51:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:51:FINISHED TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:11:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:51:STARTING TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:11:51:Start time: 1646233911761 03-02-2022 15:11:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:11:51: TRACE: [WIRE] - >> 03-02-2022 15:11:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:51:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:51:FINISHED TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:11:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:51:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:51:Start time: 1646233911773 03-02-2022 15:11:51: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 03-02-2022 15:11:51: TRACE: [WIRE] - >> 03-02-2022 15:11:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:51:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:51:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:51:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:51:Start time: 1646233911784 03-02-2022 15:11:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 03-02-2022 15:11:51: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:51:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:51:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:11:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:51:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 03-02-2022 15:11:51:Start time: 1646233911796 03-02-2022 15:11:51: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 03-02-2022 15:11:51: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:11:51:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:11:51:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.924 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : setUriTest() 03-02-2022 15:11:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 03-02-2022 15:11:52:############################### 03-02-2022 15:11:52:[Request] Adding entity: ENTITY 03-02-2022 15:11:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - >> ENTITY 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - << ENTITY 03-02-2022 15:11:52:Found expected substring: ENTITY 03-02-2022 15:11:52:FINISHED TEST : setUriTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:11:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 03-02-2022 15:11:52:############################### 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 59 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 03-02-2022 15:11:52:Found expected substring: accept-language 03-02-2022 15:11:52:Found expected substring: date 03-02-2022 15:11:52:Found expected substring: tck 03-02-2022 15:11:52:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : setMethodTest() 03-02-2022 15:11:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 03-02-2022 15:11:52:############################### 03-02-2022 15:11:52:[Request] Adding entity: ENTITY 03-02-2022 15:11:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - >> ENTITY 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - << ENTITY 03-02-2022 15:11:52:Found expected substring: ENTITY 03-02-2022 15:11:52:FINISHED TEST : setMethodTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : getEntityStreamTest() 03-02-2022 15:11:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 03-02-2022 15:11:52:############################### 03-02-2022 15:11:52:[Request] Adding entity: java.io.ByteArrayInputStream@2f815223 03-02-2022 15:11:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@2f815223 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 8192 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 03-02-2022 15:11:52:Found expected substring: ENTITY_STREAM_WORKS 03-02-2022 15:11:52:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : cacheControlTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 03-02-2022 15:11:52: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 194 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : cacheControlTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 156 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildWithEntityTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 03-02-2022 15:11:52: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 03-02-2022 15:11:52: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildWithEntityTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : asyncTest() 03-02-2022 15:11:52:FINISHED TEST : asyncTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildPutTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 03-02-2022 15:11:52: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildPutTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildGetTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildGetTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildDeleteTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 03-02-2022 15:11:52: TRACE: [WIRE] - >> 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildDeleteTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : headersMultivaluedMapTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 03-02-2022 15:11:52: TRACE: [WIRE] - >> tck-header:cts-header 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 178 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : headersMultivaluedMapTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : cookieCookieTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 03-02-2022 15:11:52: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : cookieCookieTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : headerObjectTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 03-02-2022 15:11:52: TRACE: [WIRE] - >> tck-header:cts-header 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 178 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : headerObjectTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : cookieStringStringTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 03-02-2022 15:11:52: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : cookieStringStringTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : acceptLanguageByLocalesTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept-Language:de it fr 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : acceptLanguageByLocalesTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : buildPostTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 03-02-2022 15:11:52: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : buildPostTest() 03-02-2022 15:11:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:52:STARTING TEST : acceptLanguageByStringsTest() 03-02-2022 15:11:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 03-02-2022 15:11:52: TRACE: [WIRE] - >> Accept-Language:de it fr 03-02-2022 15:11:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:11:52: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:52:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : postWithGenericTypeStringTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : postWithGenericTypeStringTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithStringClassWithEntityTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithStringClassWithEntityTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : postWithStringClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : postWithStringClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : headTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : headTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : traceWithStringClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : traceWithStringClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : traceWithResponseClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53:FINISHED TEST : traceWithResponseClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:53:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53:FINISHED TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithResponseClassWithEntityTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithResponseClassWithEntityTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : deleteWithResponseClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53:FINISHED TEST : deleteWithResponseClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : deleteWithStringClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : deleteWithStringClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53:FINISHED TEST : methodTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : getWithGenericTypeResponseTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53:FINISHED TEST : getWithGenericTypeResponseTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:Returned status 200 (OK) 03-02-2022 15:11:53:FINISHED TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putWithStringClassTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:53: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:53: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : putWithStringClassTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:53: TRACE: [WIRE] - >> 03-02-2022 15:11:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:53: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:53: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:53:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:53:STARTING TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithGenericTypeStringTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : methodWithGenericTypeStringTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : putWithResponseClassTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : putWithResponseClassTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : optionsTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithResponseClassTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : optionsWithResponseClassTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithResponseClassTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : methodWithResponseClassTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithGenericTypeStringTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : getWithGenericTypeStringTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : putTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : putTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : getTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : putWithGenericTypeStringTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : putWithGenericTypeStringTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : traceTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : traceTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : postTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithGenericTypeResponseTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : methodWithGenericTypeResponseTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postWithResponseClassTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : postWithResponseClassTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithEntityTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : methodWithEntityTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithStringClassTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : methodWithStringClassTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 200 (OK) 03-02-2022 15:11:54:FINISHED TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54:FINISHED TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:54:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 03-02-2022 15:11:54: TRACE: [WIRE] - >> 03-02-2022 15:11:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:54: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:54: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:54:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:54:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:55:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : postWithGenericTypeResponseTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 200 (OK) 03-02-2022 15:11:55:FINISHED TEST : postWithGenericTypeResponseTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : deleteThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : deleteThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:55:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : optionsWithStringClassTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:FINISHED TEST : optionsWithStringClassTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : getWithStringClassTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:FINISHED TEST : getWithStringClassTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:55:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 200 (OK) 03-02-2022 15:11:55:FINISHED TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : deleteTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 200 (OK) 03-02-2022 15:11:55:FINISHED TEST : deleteTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : getWithResponseClassTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 200 (OK) 03-02-2022 15:11:55:FINISHED TEST : getWithResponseClassTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:55:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : putWithGenericTypeResponseTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 03-02-2022 15:11:55: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 200 (OK) 03-02-2022 15:11:55:FINISHED TEST : putWithGenericTypeResponseTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : traceWithGenericTypeStringTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:FINISHED TEST : traceWithGenericTypeStringTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 03-02-2022 15:11:55: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 03-02-2022 15:11:55: TRACE: [WIRE] - >> 03-02-2022 15:11:55: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:11:55:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.537 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : serverSideReaderIsUsedOnServerTest() 03-02-2022 15:11:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:11:55:############################### 03-02-2022 15:11:55:[Request] Adding entity: Anything 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 03-02-2022 15:11:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 03-02-2022 15:11:55: TRACE: [WIRE] - >> Anything 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 30 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55: TRACE: [WIRE] - << The fake reader on server side 03-02-2022 15:11:55:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 03-02-2022 15:11:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 03-02-2022 15:11:55:############################### 03-02-2022 15:11:55:[Request] Adding entity: reader/serverside 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 03-02-2022 15:11:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:11:55: TRACE: [WIRE] - >> reader/serverside 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: reader/serverside 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55: TRACE: [WIRE] - << ConstrainedTo message 03-02-2022 15:11:55:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 03-02-2022 15:11:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:11:55:############################### 03-02-2022 15:11:55:[Request] Adding entity: ConstrainedTo message 03-02-2022 15:11:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 03-02-2022 15:11:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 03-02-2022 15:11:55: TRACE: [WIRE] - >> ConstrainedTo message 03-02-2022 15:11:55: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:55: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:55: TRACE: [WIRE] - << ConstrainedTo message 03-02-2022 15:11:55:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 03-02-2022 15:11:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:55:STARTING TEST : clientSideWriterIsUsedOnClientTest() 03-02-2022 15:11:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 03-02-2022 15:11:55:############################### 03-02-2022 15:11:56:[Request] Adding entity: ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 03-02-2022 15:11:56: TRACE: [WIRE] - >> ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56:[Request] Adding entity: writer/serverside 03-02-2022 15:11:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - >> writer/serverside 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: writer/serverside 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << ConstrainedTo message 03-02-2022 15:11:56:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56:[Request] Adding entity: ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 03-02-2022 15:11:56: TRACE: [WIRE] - >> ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << ConstrainedTo message 03-02-2022 15:11:56:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : clientSideReaderIsUsedOnClientTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56:[Request] Adding entity: reader/clientside 03-02-2022 15:11:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - >> reader/clientside 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: reader/clientside 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << ConstrainedTo message 03-02-2022 15:11:56:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : serverSideWriterIsUsedOnServerTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56:[Request] Adding entity: ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 03-02-2022 15:11:56: TRACE: [WIRE] - >> ConstrainedTo message 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 30 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << The fake writer on server side 03-02-2022 15:11:56:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : setSecurityContextTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : setSecurityContextTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : abortWithTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << OPERATION: ABORTWITH 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : abortWithTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : setRequestUriOneUriTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : setRequestUriOneUriTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : setMethodTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : setMethodTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : setEntityStreamTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : setEntityStreamTest() 03-02-2022 15:11:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:56:STARTING TEST : setRequestUriTwoUrisTest() 03-02-2022 15:11:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 03-02-2022 15:11:56:############################### 03-02-2022 15:11:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 03-02-2022 15:11:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 03-02-2022 15:11:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 03-02-2022 15:11:56:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT 03-02-2022 15:11:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:57:STARTING TEST : noSecurityTest() 03-02-2022 15:11:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:11:57:############################### 03-02-2022 15:11:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 03-02-2022 15:11:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:11:57: TRACE: [WIRE] - << 401 UNAUTHORIZED 03-02-2022 15:11:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:57: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 03-02-2022 15:11:57: TRACE: [WIRE] - << Content-Length: 1056 03-02-2022 15:11:57: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:11:57: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:11:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:57: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:11:57:FINISHED TEST : noSecurityTest() 03-02-2022 15:11:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:57:STARTING TEST : getSecurityContextTest() 03-02-2022 15:11:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:11:57:############################### 03-02-2022 15:11:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 03-02-2022 15:11:57: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 03-02-2022 15:11:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:57: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:11:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:57: TRACE: [WIRE] - << j2ee 03-02-2022 15:11:57:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getUriInfoTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 93 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 03-02-2022 15:11:58:FINISHED TEST : getUriInfoTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getAcceptableLanguagesIsSortedTest() 03-02-2022 15:11:58:Check the #getAcceptableLanguages is sorted according to their q-value 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 03-02-2022 15:11:58:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getDateIsNullTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << NULL;GETDATE 03-02-2022 15:11:58:FINISHED TEST : getDateIsNullTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setSecurityContextTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 32 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 03-02-2022 15:11:58:FINISHED TEST : setSecurityContextTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : abortWithTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << ABORTWITH 03-02-2022 15:11:58:FINISHED TEST : abortWithTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 03-02-2022 15:11:58:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getMediaTypeTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 32 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 03-02-2022 15:11:58:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getMethodTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 17 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << OPTIONS;GETMETHOD 03-02-2022 15:11:58:FINISHED TEST : getMethodTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : hasEntityTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58:[Request] Adding entity: entity 03-02-2022 15:11:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 03-02-2022 15:11:58: TRACE: [WIRE] - >> entity 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 14 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << true;HASENTITY 03-02-2022 15:11:58:FINISHED TEST : hasEntityTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 56 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 03-02-2022 15:11:58:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 03-02-2022 15:11:58:Check the #getAcceptableMediaTypes is sorted according to their q-value 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:text/*;q=0.3, text/html;q=0.7, text/html;level=1,text/html;level=2;q=0.4, */*;q=0.5, OPERATION:GETACCEPTABLEMEDIATYPES 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 105 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << text/html;level=1 text/html;q=0.7 */*;q=0.5 text/html;level=2;q=0.4 text/*;q=0.3 ;GETACCEPTABLEMEDIATYPES 03-02-2022 15:11:58:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getCookiesIsReadonlyTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 57 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 03-02-2022 15:11:58:FINISHED TEST : getCookiesIsReadonlyTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getLanguageTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 18 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 03-02-2022 15:11:58:FINISHED TEST : getLanguageTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setRequestUriOneUriTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 49 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 03-02-2022 15:11:58:FINISHED TEST : setRequestUriOneUriTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getDateTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Wed, 02 Mar 2022 15:11:58 GMT 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << 1646233918000;GETDATE 03-02-2022 15:11:58:FINISHED TEST : getDateTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getLanguageIsNullTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << NULL;GETLANGUAGE 03-02-2022 15:11:58:FINISHED TEST : getLanguageIsNullTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getHeaderStringTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 03-02-2022 15:11:58:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setMethodTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 17 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << OPTIONS SETMETHOD 03-02-2022 15:11:58:FINISHED TEST : setMethodTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setPropertyNullTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 03-02-2022 15:11:58:FINISHED TEST : setPropertyNullTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 43 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 03-02-2022 15:11:58:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 28 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 03-02-2022 15:11:58:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getLengthWhenNoEntityTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << -1;GETLENGTH 03-02-2022 15:11:58:FINISHED TEST : getLengthWhenNoEntityTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 187 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 03-02-2022 15:11:58:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getRequestTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 18 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << OPTIONS;GETREQUEST 03-02-2022 15:11:58:FINISHED TEST : getRequestTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setEntityStreamTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 37 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 03-02-2022 15:11:58:FINISHED TEST : setEntityStreamTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getAcceptableMediaTypesTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 41 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 03-02-2022 15:11:58:FINISHED TEST : getAcceptableMediaTypesTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getHeadersTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 203 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.0-M3 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 03-02-2022 15:11:58:FINISHED TEST : getHeadersTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << NULL;GETPROPERTY 03-02-2022 15:11:58:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : setRequestUriTwoUrisTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 49 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 03-02-2022 15:11:58:FINISHED TEST : setRequestUriTwoUrisTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getLengthTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58:[Request] Adding entity: 12345678901234567890 03-02-2022 15:11:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 03-02-2022 15:11:58: TRACE: [WIRE] - >> 12345678901234567890 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << 20;GETLENGTH 03-02-2022 15:11:58:FINISHED TEST : getLengthTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getSecurityContextPrincipalIsNullTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 23 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 03-02-2022 15:11:58:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:58:STARTING TEST : getAcceptableLanguagesTest() 03-02-2022 15:11:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 03-02-2022 15:11:58:############################### 03-02-2022 15:11:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 03-02-2022 15:11:58: TRACE: [WIRE] - >> Accept:*/*, Accpet-Language:en-us, OPERATION:GETACCEPTABLELANGUAGES 03-02-2022 15:11:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:58: TRACE: [WIRE] - << Content-Length: 25 03-02-2022 15:11:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:58: TRACE: [WIRE] - << * ;GETACCEPTABLELANGUAGES 03-02-2022 15:11:58:FINISHED TEST : getAcceptableLanguagesTest() 03-02-2022 15:11:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getMediaTypeIsNullTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 17 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << NULL;GETMEDIATYPE 03-02-2022 15:11:59:FINISHED TEST : getMediaTypeIsNullTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : setPropertyTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 26 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 03-02-2022 15:11:59:FINISHED TEST : setPropertyTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : removePropertyTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 03-02-2022 15:11:59:FINISHED TEST : removePropertyTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getCookiesTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 46 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 50 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 03-02-2022 15:11:59:FINISHED TEST : getCookiesTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 15 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << false;HASENTITY 03-02-2022 15:11:59:FINISHED TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getEntityStreamTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59:[Request] Adding entity: EnTiTyStReAmTeSt 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 32 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 03-02-2022 15:11:59:FINISHED TEST : getEntityStreamTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 48 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 03-02-2022 15:11:59:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getResourceMethodTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 17 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << getResourceMethod 03-02-2022 15:11:59:Found expected resource method name 03-02-2022 15:11:59:FINISHED TEST : getResourceMethodTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getResourceClassTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 58 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 03-02-2022 15:11:59:Found expected resource class name 03-02-2022 15:11:59:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getStringsHeaderMoreItemsTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59:[Request] Adding entity: commaSeparated 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - >> commaSeparated 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 03-02-2022 15:11:59: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 42 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << responsefilterentity responsefilterentity 03-02-2022 15:11:59:FINISHED TEST : getStringsHeaderMoreItemsTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59:[Request] Adding entity: false 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - >> false 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 38 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 03-02-2022 15:11:59:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getEntityTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << OPERATION: GETENTITY 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 144 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 03-02-2022 15:11:59:FINISHED TEST : getEntityTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getDateIsNullTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << OPERATION: GETDATE 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << 0 03-02-2022 15:11:59:FINISHED TEST : getDateIsNullTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getLinksTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:11:59:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 03-02-2022 15:11:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 03-02-2022 15:11:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:11:59: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 03-02-2022 15:11:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:11:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:11:59: TRACE: [WIRE] - << OPERATION: GETLINKS 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Length: 105 03-02-2022 15:11:59: TRACE: [WIRE] - << Link: <html://localhost:8080/nohttp>,<http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource> 03-02-2022 15:11:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:11:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:11:59: TRACE: [WIRE] - << <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>;<html://localhost:8080/nohttp> 03-02-2022 15:11:59:FINISHED TEST : getLinksTest() 03-02-2022 15:11:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:11:59:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 03-02-2022 15:11:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 03-02-2022 15:11:59:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: headerDelegate 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> headerDelegate 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 03-02-2022 15:12:00: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:12:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getLinkBuilderWhenNoLinkTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << NULL 03-02-2022 15:12:00:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getEntityClassByteArrayTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: bytearray 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> bytearray 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << [B 03-02-2022 15:12:00:FINISHED TEST : getEntityClassByteArrayTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getStringHeadersTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: EnTITY 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> EnTITY 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 03-02-2022 15:12:00: TRACE: [WIRE] - << HEADER: EnTITY 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << EnTITY 03-02-2022 15:12:00:FINISHED TEST : getStringHeadersTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << NULL 03-02-2022 15:12:00:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getLinksWhenNoLinkTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETLINKS 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << NULL 03-02-2022 15:12:00:FINISHED TEST : getLinksWhenNoLinkTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getMediaTypeTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: application/svg+xml 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> application/svg+xml 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << application/svg+xml 03-02-2022 15:12:00:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getEntityAnnotationsTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: true 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> true 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 93 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 03-02-2022 15:12:00:FINISHED TEST : getEntityAnnotationsTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getLinkTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETLINK 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:12:00: TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation" 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:12:00:FINISHED TEST : getLinkTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : setEntityTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETENTITY 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: application/svg+xml 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:12:00:FINISHED TEST : setEntityTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : hasEntityTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: ResponseFilterEntity 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> ResponseFilterEntity 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: HASENTITY 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << true 03-02-2022 15:12:00:FINISHED TEST : hasEntityTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 03-02-2022 15:12:00: TRACE: [WIRE] - << HEADER: HEADER 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 24 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << HEADER found as expected 03-02-2022 15:12:00:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: HASLINK 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << false 03-02-2022 15:12:00:FINISHED TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getLanguageTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: fr-ca 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> fr-ca 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Language: fr-ca 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << fr_CA 03-02-2022 15:12:00:FINISHED TEST : getLanguageTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getStringHeadersUsesToStringMethodTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: toString 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> toString 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 03-02-2022 15:12:00: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:12:00:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getDateTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 1646233920000 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 1646233920000 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETDATE 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 13 03-02-2022 15:12:00: TRACE: [WIRE] - << Date: Wed, 02 Mar 2022 15:12:00 GMT 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << 1646233920000 03-02-2022 15:12:00:FINISHED TEST : getDateTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getCookiesIsReadOnlyTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 35 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << getCookies is read-only as expected 03-02-2022 15:12:00:FINISHED TEST : getCookiesIsReadOnlyTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getLanguageIsNullTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << NULL 03-02-2022 15:12:00:FINISHED TEST : getLanguageIsNullTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : getHeaderStringTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 24 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 03-02-2022 15:12:00:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:12:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:00:STARTING TEST : setStatusInfoTest() 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 200 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 200 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << 200 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 201 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 201 03-02-2022 15:12:00: TRACE: [WIRE] - << 201 CREATED 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << 201 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 202 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 202 03-02-2022 15:12:00: TRACE: [WIRE] - << 202 ACCEPTED 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:00: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00: TRACE: [WIRE] - << 202 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 204 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 204 03-02-2022 15:12:00: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:00:############################### 03-02-2022 15:12:00:[Request] Adding entity: 205 03-02-2022 15:12:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:00: TRACE: [WIRE] - >> 205 03-02-2022 15:12:00: TRACE: [WIRE] - << 205 RESET_CONTENT 03-02-2022 15:12:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:00: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 206 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 206 03-02-2022 15:12:30: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 206 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 300 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 300 03-02-2022 15:12:30: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 300 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 301 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 301 03-02-2022 15:12:30: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 301 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 302 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 302 03-02-2022 15:12:30: TRACE: [WIRE] - << 302 FOUND 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 302 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 303 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 303 03-02-2022 15:12:30: TRACE: [WIRE] - << 303 SEE_OTHER 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 303 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 304 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 304 03-02-2022 15:12:30: TRACE: [WIRE] - << 304 NOT_MODIFIED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 305 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 305 03-02-2022 15:12:30: TRACE: [WIRE] - << 305 USE_PROXY 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 305 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 307 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 307 03-02-2022 15:12:30: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 307 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 308 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 308 03-02-2022 15:12:30: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 308 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 400 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 400 03-02-2022 15:12:30: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 400 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 401 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 401 03-02-2022 15:12:30: TRACE: [WIRE] - << 401 UNAUTHORIZED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 401 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 402 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 402 03-02-2022 15:12:30: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 402 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 403 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 403 03-02-2022 15:12:30: TRACE: [WIRE] - << 403 FORBIDDEN 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 403 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 404 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 404 03-02-2022 15:12:30: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 404 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 405 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 405 03-02-2022 15:12:30: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 405 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 406 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 406 03-02-2022 15:12:30: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 406 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 407 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 407 03-02-2022 15:12:30: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 407 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 408 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 408 03-02-2022 15:12:30: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 408 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 409 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 409 03-02-2022 15:12:30: TRACE: [WIRE] - << 409 CONFLICT 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 409 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 410 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 410 03-02-2022 15:12:30: TRACE: [WIRE] - << 410 GONE 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 410 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 411 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 411 03-02-2022 15:12:30: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 411 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 412 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 412 03-02-2022 15:12:30: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 412 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 413 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 413 03-02-2022 15:12:30: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 413 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 414 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 414 03-02-2022 15:12:30: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 414 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 415 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 415 03-02-2022 15:12:30: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 415 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 416 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 416 03-02-2022 15:12:30: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 416 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:30:[Request] Adding entity: 417 03-02-2022 15:12:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:30: TRACE: [WIRE] - >> 417 03-02-2022 15:12:30: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 03-02-2022 15:12:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:30: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:30: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:30: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:30: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:30: TRACE: [WIRE] - << 417 03-02-2022 15:12:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:30:############################### 03-02-2022 15:12:31:[Request] Adding entity: 428 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 428 03-02-2022 15:12:31: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 428 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 429 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 429 03-02-2022 15:12:31: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 429 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 431 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 431 03-02-2022 15:12:31: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 431 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 451 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 451 03-02-2022 15:12:31: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 451 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 500 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 500 03-02-2022 15:12:31: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 500 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 501 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 501 03-02-2022 15:12:31: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 501 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 502 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 502 03-02-2022 15:12:31: TRACE: [WIRE] - << 502 BAD_GATEWAY 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 502 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 503 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 503 03-02-2022 15:12:31: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 503 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 504 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 504 03-02-2022 15:12:31: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 504 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 505 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 505 03-02-2022 15:12:31: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Connection: close 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 505 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 511 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 511 03-02-2022 15:12:31: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 511 03-02-2022 15:12:31:FINISHED TEST : setStatusInfoTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : hasLinkTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: HASLINK 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:31: TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation" 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << true 03-02-2022 15:12:31:FINISHED TEST : hasLinkTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getAllowedMethodsTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 14 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << trace options 03-02-2022 15:12:31:FINISHED TEST : getAllowedMethodsTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getStatusTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 200 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 200 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 201 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 201 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 201 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 202 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 202 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 202 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 204 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 204 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 204 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 205 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 205 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 205 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 206 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 206 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 206 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 300 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 300 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 300 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 301 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 301 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 301 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 302 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 302 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 302 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 303 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 303 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 303 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 304 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 304 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 304 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 305 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 305 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 305 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 307 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 307 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 307 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 308 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 308 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 308 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 400 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 400 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 400 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 401 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 401 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 401 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 402 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 402 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 402 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 403 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 403 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 403 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 404 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 404 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 404 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 405 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 405 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 405 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 406 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 406 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 406 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 407 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 407 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 407 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 408 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 408 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 408 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 409 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 409 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 409 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 410 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 410 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 410 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 411 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 411 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 411 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 412 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 412 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 412 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 413 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 413 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 413 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 414 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 414 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 414 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 415 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 415 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 415 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 416 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 416 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 416 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 417 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 417 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 417 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 428 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 428 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 428 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 429 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 429 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 429 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 431 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 431 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 431 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 451 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 451 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 451 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 500 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 500 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 500 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 501 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 501 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 501 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 502 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 502 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 502 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 503 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 503 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 503 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 504 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 504 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 504 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 505 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 505 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 505 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: 511 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> 511 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETSTATUS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << 511 03-02-2022 15:12:31:FINISHED TEST : getStatusTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: commaSeparated 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> commaSeparated 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 03-02-2022 15:12:31: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 41 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 03-02-2022 15:12:31:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getLengthWhenNoEntityTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETLENGTH 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << -1 03-02-2022 15:12:31:FINISHED TEST : getLengthWhenNoEntityTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getEntityClassInputStreamTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: inputstream 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> inputstream 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 28 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << java.io.ByteArrayInputStream 03-02-2022 15:12:31:FINISHED TEST : getEntityClassInputStreamTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: headerDelegate 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> headerDelegate 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 03-02-2022 15:12:31: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:12:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getHeaderStringHeaderIsNullTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: null 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> null 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << NULL 03-02-2022 15:12:31:FINISHED TEST : getHeaderStringHeaderIsNullTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getLastModifiedIsNullTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << NULL 03-02-2022 15:12:31:FINISHED TEST : getLastModifiedIsNullTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getEntityTypeInputStreamTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: inputstream 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> inputstream 03-02-2022 15:12:31: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:31: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Length: 28 03-02-2022 15:12:31: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:31: TRACE: [WIRE] - << java.io.ByteArrayInputStream 03-02-2022 15:12:31:FINISHED TEST : getEntityTypeInputStreamTest() 03-02-2022 15:12:31:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:31:STARTING TEST : getEntityTagTest() 03-02-2022 15:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 03-02-2022 15:12:31:############################### 03-02-2022 15:12:31:[Request] Adding entity: ResponseFilterEntity 03-02-2022 15:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 03-02-2022 15:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:31: TRACE: [WIRE] - >> ResponseFilterEntity 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:12:32:FINISHED TEST : getEntityTagTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : setEntityStreamTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Transfer-Encoding: chunked 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK 03-02-2022 15:12:32:FINISHED TEST : setEntityStreamTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : getEntityIsNullTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETENTITY 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << NULL 03-02-2022 15:12:32:FINISHED TEST : getEntityIsNullTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : getHeadersTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: header 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> header 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << header4: header 03-02-2022 15:12:32: TRACE: [WIRE] - << header3: header 03-02-2022 15:12:32: TRACE: [WIRE] - << header2: header 03-02-2022 15:12:32: TRACE: [WIRE] - << header1: header 03-02-2022 15:12:32: TRACE: [WIRE] - << header0: header 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETHEADERS 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 50 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 03-02-2022 15:12:32:FINISHED TEST : getHeadersTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : getEntityClassStringTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: string 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> string 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:12:32:FINISHED TEST : getEntityClassStringTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : getStatusInfoTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 200 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 200 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 201 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 201 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 201 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 202 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 202 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 202 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 204 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 204 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 204 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 205 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 205 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 205 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 206 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 206 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 206 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 300 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 300 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 300 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 301 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 301 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 301 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 302 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 302 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 302 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 303 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 303 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 303 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 304 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 304 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 304 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 305 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 305 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 305 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 307 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 307 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 307 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 308 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 308 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 308 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 400 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 400 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 400 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 401 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 401 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 401 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 402 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 402 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 402 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 403 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 403 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 403 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 404 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 404 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 404 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 405 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 405 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 405 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 406 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 406 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 406 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 407 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 407 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 407 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 408 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 408 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 408 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 409 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 409 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 409 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 410 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 410 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 410 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 411 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 411 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 411 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 412 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 412 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 412 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 413 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 413 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 413 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 414 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 414 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 414 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 415 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 415 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 415 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 416 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 416 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 416 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 417 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 417 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 417 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 428 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 428 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 428 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 429 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 429 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 429 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 431 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 431 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 431 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 451 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 451 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 451 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 500 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 500 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 500 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 501 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 501 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 501 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 502 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 502 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 502 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 503 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 503 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 503 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 504 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 504 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 504 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 505 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 505 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 505 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 511 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 511 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 511 03-02-2022 15:12:32:FINISHED TEST : getStatusInfoTest() 03-02-2022 15:12:32:[JAXRSCommonClient] Test setup OK 03-02-2022 15:12:32:STARTING TEST : setStatusTest() 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 200 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 200 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 OK 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 200 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 201 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 201 03-02-2022 15:12:32: TRACE: [WIRE] - << 201 CREATED 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 201 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 202 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 202 03-02-2022 15:12:32: TRACE: [WIRE] - << 202 ACCEPTED 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:12:32: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32: TRACE: [WIRE] - << 202 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 204 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 204 03-02-2022 15:12:32: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:12:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:12:32:############################### 03-02-2022 15:12:32:[Request] Adding entity: 205 03-02-2022 15:12:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:12:32: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:12:32: TRACE: [WIRE] - >> 205 03-02-2022 15:12:32: TRACE: [WIRE] - << 205 RESET_CONTENT 03-02-2022 15:12:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:12:32: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:12:32: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 206 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 206 03-02-2022 15:13:03: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 206 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 300 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 300 03-02-2022 15:13:03: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 300 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 301 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 301 03-02-2022 15:13:03: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 301 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 302 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 302 03-02-2022 15:13:03: TRACE: [WIRE] - << 302 FOUND 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 302 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 303 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 303 03-02-2022 15:13:03: TRACE: [WIRE] - << 303 SEE_OTHER 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 303 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 304 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 304 03-02-2022 15:13:03: TRACE: [WIRE] - << 304 NOT_MODIFIED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 305 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 305 03-02-2022 15:13:03: TRACE: [WIRE] - << 305 USE_PROXY 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 305 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 307 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 307 03-02-2022 15:13:03: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 307 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 308 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 308 03-02-2022 15:13:03: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 308 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 400 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 400 03-02-2022 15:13:03: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 400 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 401 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 401 03-02-2022 15:13:03: TRACE: [WIRE] - << 401 UNAUTHORIZED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 401 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 402 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 402 03-02-2022 15:13:03: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 402 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 403 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 403 03-02-2022 15:13:03: TRACE: [WIRE] - << 403 FORBIDDEN 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 403 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 404 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 404 03-02-2022 15:13:03: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 404 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 405 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 405 03-02-2022 15:13:03: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 405 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 406 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 406 03-02-2022 15:13:03: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 406 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 407 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 407 03-02-2022 15:13:03: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 407 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 408 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 408 03-02-2022 15:13:03: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 408 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 409 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 409 03-02-2022 15:13:03: TRACE: [WIRE] - << 409 CONFLICT 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 409 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 410 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 410 03-02-2022 15:13:03: TRACE: [WIRE] - << 410 GONE 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 410 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 411 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 411 03-02-2022 15:13:03: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 411 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 412 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 412 03-02-2022 15:13:03: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 412 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 413 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 413 03-02-2022 15:13:03: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 413 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 414 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 414 03-02-2022 15:13:03: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 414 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 415 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 415 03-02-2022 15:13:03: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 415 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 416 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 416 03-02-2022 15:13:03: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 416 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 417 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 417 03-02-2022 15:13:03: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 417 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 428 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 428 03-02-2022 15:13:03: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 428 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:03:[Request] Adding entity: 429 03-02-2022 15:13:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:03: TRACE: [WIRE] - >> 429 03-02-2022 15:13:03: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 03-02-2022 15:13:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:03: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:03: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:03: TRACE: [WIRE] - << 429 03-02-2022 15:13:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:03:############################### 03-02-2022 15:13:04:[Request] Adding entity: 431 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 431 03-02-2022 15:13:04: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 431 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 451 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 451 03-02-2022 15:13:04: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 451 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 500 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 500 03-02-2022 15:13:04: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 500 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 501 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 501 03-02-2022 15:13:04: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 501 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 502 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 502 03-02-2022 15:13:04: TRACE: [WIRE] - << 502 BAD_GATEWAY 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 502 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 503 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 503 03-02-2022 15:13:04: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 503 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 504 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 504 03-02-2022 15:13:04: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 504 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 505 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 505 03-02-2022 15:13:04: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 505 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 511 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 511 03-02-2022 15:13:04: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: SETSTATUS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 511 03-02-2022 15:13:04:FINISHED TEST : setStatusTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLinkBuilderTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:13:04: TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation" 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04:FINISHED TEST : getLinkBuilderTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 49 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 03-02-2022 15:13:04:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLengthTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: ResponseFilterEntity 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> ResponseFilterEntity 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLENGTH 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 20sponseFilterEntity 03-02-2022 15:13:04:FINISHED TEST : getLengthTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLinkWhenNoLinkTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLINK 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << NULL 03-02-2022 15:13:04:FINISHED TEST : getLinkWhenNoLinkTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getStringHeadersHeaderIsNullTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: null 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> null 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << NULL 03-02-2022 15:13:04:FINISHED TEST : getStringHeadersHeaderIsNullTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLastModifiedTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: 1646233984000 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> 1646233984000 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 03-02-2022 15:13:04: TRACE: [WIRE] - << Last-Modified: Wed, 02 Mar 2022 15:13:04 GMT 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 13 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << 1646233984000 03-02-2022 15:13:04:FINISHED TEST : getLastModifiedTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getEntityTypeByteArrayTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: bytearray 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> bytearray 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << [B 03-02-2022 15:13:04:FINISHED TEST : getEntityTypeByteArrayTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getEntityTypeStringTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: string 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> string 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:04:FINISHED TEST : getEntityTypeStringTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: toString 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> toString 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 03-02-2022 15:13:04: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:13:04:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLocationTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLOCATION 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 03-02-2022 15:13:04:FINISHED TEST : getLocationTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getLocationWhenNoLocationTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETLOCATION 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << NULL 03-02-2022 15:13:04:FINISHED TEST : getLocationWhenNoLocationTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getEntityTagIsNullTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << NULL 03-02-2022 15:13:04:FINISHED TEST : getEntityTagIsNullTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getCookiesTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETCOOKIES 03-02-2022 15:13:04: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 11 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << cookiename 03-02-2022 15:13:04:FINISHED TEST : getCookiesTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: HASENTITY 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << false 03-02-2022 15:13:04:FINISHED TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:13:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:04:STARTING TEST : getEntityStreamTest() 03-02-2022 15:13:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 03-02-2022 15:13:04:############################### 03-02-2022 15:13:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 03-02-2022 15:13:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:04: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:13:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:04: TRACE: [WIRE] - << ResponseFilterEntity 03-02-2022 15:13:04:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.889 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamSubTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamSubTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:05:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:05:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:13:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:05:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamSubTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamSubTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithFromString%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldListParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:06:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 03-02-2022 15:13:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:06:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:06:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieParamEntityWithValueOfTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityWithConstructor%3dJAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieParamEntityWithConstructorTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldSetParamEntityWithFromString%3dJAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityWithValueOf%3dJAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:07:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : getSingletonsTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : getSingletonsTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : getClassesTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : getClassesTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : defaultGetPropertiesIsEmptyTest() 03-02-2022 15:13:07:Default implementation gets empty map as expected 03-02-2022 15:13:07:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : getPropertiesTest() 03-02-2022 15:13:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:07:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 03-02-2022 15:13:07:Check on Configurable Client 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:07:Check on Configurable WebTarget 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 0 provider(s) as expected 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:07:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : registerClassWriterContractsTest() 03-02-2022 15:13:07:Check on Configurable Client 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:sucessufully wrote Callable by provider registered on Configurable Client 03-02-2022 15:13:07:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:07:Check on Configurable WebTarget 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 0 provider(s) as expected 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:sucessufully wrote Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:07:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:07:FINISHED TEST : registerClassWriterContractsTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : registerObjectReaderContractsTest() 03-02-2022 15:13:07:Check on Configurable Client 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:sucessufully read Callable by provider registered on Configurable Client 03-02-2022 15:13:07:Check on Configurable WebTarget 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 0 provider(s) as expected 03-02-2022 15:13:07:Found 1 provider(s) as expected 03-02-2022 15:13:07:sucessufully read Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:07:FINISHED TEST : registerObjectReaderContractsTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:07:STARTING TEST : registerObjectBindingPriorityTest() 03-02-2022 15:13:07:Check on Configurable Client 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:07:Check on Configurable WebTarget 03-02-2022 15:13:07:Already registered 0 classes 03-02-2022 15:13:07:Already registered 0 instances 03-02-2022 15:13:07:Found 0 provider(s) as expected 03-02-2022 15:13:07:Found 2 provider(s) as expected 03-02-2022 15:13:07:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:07:FINISHED TEST : registerObjectBindingPriorityTest() 03-02-2022 15:13:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassReaderContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable Client 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:FINISHED TEST : registerClassReaderContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectWriterContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable Client 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:FINISHED TEST : registerObjectWriterContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassEmptyContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider of with contracts has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider of with contracts has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassEmptyContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassNotAssignableContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassReaderContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable Client 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:FINISHED TEST : registerClassReaderContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectEmptyContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with empty contracts has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with empty contracts has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerObjectEmptyContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassBindingPriorityInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassBindingPriorityInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectReaderContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable Client 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully read Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:FINISHED TEST : registerObjectReaderContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassNullContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with null contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with null contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassNullContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectNotAssignableContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider withO unassignable contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider withO unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerObjectNotAssignableContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassNotAssignableContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassNotAssignableContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectWriterContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable Client 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:FINISHED TEST : registerObjectWriterContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectBindingPriorityInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 03-02-2022 15:13:08:FINISHED TEST : registerObjectBindingPriorityInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassWriterContractsInMapTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable Client 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 1 provider(s) as expected 03-02-2022 15:13:08:sucessufully wrote Callable by provider registered on Configurable WebTarget 03-02-2022 15:13:08:MessageBodyReader contract has not been registered as expected org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html, type=interface java.util.concurrent.Callable, genericType=interface java.util.concurrent.Callable. 03-02-2022 15:13:08:FINISHED TEST : registerClassWriterContractsInMapTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerObjectNullContractsTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with null contract has ben ignored as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected Mar 02, 2022 3:13:08 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:The provider with null contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : registerObjectNullContractsTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 03-02-2022 15:13:08:Check on Configurable Client 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 03-02-2022 15:13:08:Check on Configurable WebTarget 03-02-2022 15:13:08:Already registered 0 classes 03-02-2022 15:13:08:Already registered 0 instances 03-02-2022 15:13:08:Found 0 provider(s) as expected 03-02-2022 15:13:08:Found 2 provider(s) as expected 03-02-2022 15:13:08:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 03-02-2022 15:13:08:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : isEnabledFeatureReturningFalseTest() 03-02-2022 15:13:08:Registering on Client 03-02-2022 15:13:08:Registering on WebTarget 03-02-2022 15:13:08:Feature feature2 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature1 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature4 has NOT been enabled as expected 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : isEnabledFeatureReturningFalseTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : isEnabledClassReturningFalseTest() 03-02-2022 15:13:08:Registering on Client 03-02-2022 15:13:08:Registering on WebTarget 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on Client configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:No feature enabled as expected on WebTarget configuration 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : isEnabledClassReturningFalseTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 03-02-2022 15:13:08:Registering on Client 03-02-2022 15:13:08:Registering on WebTarget 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature1 registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature2 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature3 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature4 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature1 registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature2 registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature3 NOT registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature4 NOT registered as expected on WebTarget configuration 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 03-02-2022 15:13:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:08:STARTING TEST : isEnabledFeatureReturningTrueTest() 03-02-2022 15:13:08:Registering on Client 03-02-2022 15:13:08:Registering on WebTarget 03-02-2022 15:13:08:Feature feature2 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature1 has been enabled as expected 03-02-2022 15:13:08:Feature feature3 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature4 has NOT been enabled as expected 03-02-2022 15:13:08:Feature feature1 registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature2 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature3 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature4 NOT registered as expected on Client configuration 03-02-2022 15:13:08:Feature feature1 registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature2 registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature3 NOT registered as expected on WebTarget configuration 03-02-2022 15:13:08:Feature feature4 NOT registered as expected on WebTarget configuration 03-02-2022 15:13:08:The provider with unassignable contract has ben ignored as expected 03-02-2022 15:13:08:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : cookieTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 229 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << getCookies= Cookie Size=1key=name1; value=$Version=1;name1=value1;$Domain=localhost;$Path=/jaxrs_ee_core_headers_webCookie Name=name1Cookie Value=value1Cookie Path=/jaxrs_ee_core_headers_webCookie Domain=localhostCookie Version=1 03-02-2022 15:13:09:FINISHED TEST : cookieTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : contentLanguageTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 03-02-2022 15:13:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 03-02-2022 15:13:09: TRACE: [WIRE] - >> anything 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 21 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Languageen-US 03-02-2022 15:13:09:FINISHED TEST : contentLanguageTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : acceptLanguageTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 35 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 03-02-2022 15:13:09:FINISHED TEST : acceptLanguageTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getDateTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: getDate 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, Date:Wed, 02 Mar 2022 15:13:09 GMT, Content-Type:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - >> getDate 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 13 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << 1646233989000 03-02-2022 15:13:09:#getDate() returned expected Date instance 03-02-2022 15:13:09:FINISHED TEST : getDateTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getHeaderStringTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: askdjb 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - >> askdjb 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << askdjbaskdjb 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: ksadbva 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - >> ksadbva 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 14 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << ksadbvaksadbva 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: klwiaslkfn 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - >> klwiaslkfn 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: klwvasbk 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - >> klwvasbk 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << klwvasbkklwvasbk 03-02-2022 15:13:09:#getHeaderString() returned expected header values 03-02-2022 15:13:09:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : mediaTypeTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 136 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 03-02-2022 15:13:09:FINISHED TEST : mediaTypeTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getHeaderStringUsesToStringTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09:[Request] Adding entity: bean 03-02-2022 15:13:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:09: TRACE: [WIRE] - >> bean 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 53 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:09:#getHeaderString() returned expected header converted by toString() method 03-02-2022 15:13:09:FINISHED TEST : getHeaderStringUsesToStringTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : mediaTypeAcceptableTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 50 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 03-02-2022 15:13:09:FINISHED TEST : mediaTypeAcceptableTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getLengthTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << -1 03-02-2022 15:13:09:#getLength() returned expected length -1 03-02-2022 15:13:09:FINISHED TEST : getLengthTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : requestHeadersTest() 03-02-2022 15:13:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 03-02-2022 15:13:09:############################### 03-02-2022 15:13:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 03-02-2022 15:13:09: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 03-02-2022 15:13:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Length: 130 03-02-2022 15:13:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:09: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:09: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 03-02-2022 15:13:09:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : selectVariantGetRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : selectVariantGetRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : selectVariantDeleteRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : selectVariantDeleteRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : selectVariantPostRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : selectVariantPostRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getMethodPutRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : getMethodPutRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : selectVariantResponseVaryTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : selectVariantResponseVaryTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getMethodGetRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : getMethodGetRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getMethodPostRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : getMethodPostRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:09:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getMethodHeadRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : getMethodHeadRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : getMethodDeleteRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : getMethodDeleteRequestTest() 03-02-2022 15:13:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:09:STARTING TEST : selectVariantPutRequestTest() 03-02-2022 15:13:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:09:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:ProcessingException has been thrown as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 03-02-2022 15:13:10:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLocationNotPresentTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:response#getLocation() was null as expected 03-02-2022 15:13:10:FINISHED TEST : getLocationNotPresentTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: delegate 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> delegate 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << s3: s3 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << s1: s1 03-02-2022 15:13:10: TRACE: [WIRE] - << s2: s2 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:HeaderDelegate is used for header as expected 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Close() has been called on an entity stream as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLinksIsNotNullTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:#getLinks contains no links as expected 03-02-2022 15:13:10:FINISHED TEST : getLinksIsNotNullTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Close() has not been called on entity stream as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : bufferEntityThrowsExceptionTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:ProcessingException has been thrown as expected 03-02-2022 15:13:10:FINISHED TEST : bufferEntityThrowsExceptionTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: anyrelation 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> anyrelation 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="anyrelation" 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getLinkBuilder creates correct Link for given relation 03-02-2022 15:13:10:FINISHED TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getEntityTagNotPresentTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:response#getEntityTag() was null as expected 03-02-2022 15:13:10:FINISHED TEST : getEntityTagNotPresentTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : responseCreatedRelativeURITest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:FINISHED TEST : responseCreatedRelativeURITest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLinksTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path2>; rel="rel2",<http://localhost.tck:888/url404/path1>; rel="rel1" 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getLinks contains expected links 03-02-2022 15:13:10:FINISHED TEST : getLinksTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: stringheaders 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> stringheaders 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << s3: s3 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << s1: s1 03-02-2022 15:13:10: TRACE: [WIRE] - << s2: s2 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 6.2.3],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11)] 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 03-02-2022 15:13:10:IllegalStateException has been thrown as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLanguageNotPresentTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:response#getLanguage() was null as expected 03-02-2022 15:13:10:FINISHED TEST : getLanguageNotPresentTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Close() has been called on an entity stream as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Close() has not been called on entity stream as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:Got expected ENtiTy 03-02-2022 15:13:10:FINISHED TEST : readEntityClassTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getMediaTypeTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: application/atom+xml 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> application/atom+xml 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: application/atom+xml 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getMediaType returned expected MediaType 03-02-2022 15:13:10:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLinkTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: getLinkTest 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> getLinkTest 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="getLinkTest" 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getLink matches expected Link 03-02-2022 15:13:10:FINISHED TEST : getLinkTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Null or zero length entity returned when no entity as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityGenericCloseIsCalledTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:Close() has been called on an entity stream as expected 03-02-2022 15:13:10:FINISHED TEST : readEntityGenericCloseIsCalledTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:IllegalStateException has been thrown as expected 03-02-2022 15:13:10:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:getHeaders is mutable 03-02-2022 15:13:10:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : readEntityClassAnnotationTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1646233990670' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1646233990670 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 13 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << 1646233990670 03-02-2022 15:13:10:Got expected date Wed Mar 02 15:13:10 UTC 2022 03-02-2022 15:13:10:FINISHED TEST : readEntityClassAnnotationTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:10:#hasLink has not found any Link as expected 03-02-2022 15:13:10:FINISHED TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : closeTest() 03-02-2022 15:13:10:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 03-02-2022 15:13:10:FINISHED TEST : closeTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getLanguageTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: CA 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> CA 03-02-2022 15:13:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:10: TRACE: [WIRE] - << Content-Language: fr-CA 03-02-2022 15:13:10: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:10:#getLocale matches the Content-Language HTTP header 03-02-2022 15:13:10:FINISHED TEST : getLanguageTest() 03-02-2022 15:13:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:10:STARTING TEST : getDateTest() 03-02-2022 15:13:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 03-02-2022 15:13:10:############################### 03-02-2022 15:13:10:[Request] Adding entity: 1646233990000 03-02-2022 15:13:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 03-02-2022 15:13:10: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:10: TRACE: [WIRE] - >> 1646233990000 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << Date: Wed, 02 Mar 2022 15:13:10 GMT 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getDate matches the Date HTTP header 03-02-2022 15:13:12:FINISHED TEST : getDateTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:IllegalStateException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:Null or zero length entity returned when no entity as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getHeaderStringTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12:[Request] Adding entity: headerstring 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - >> headerstring 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Cache-Control: no-transform 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Encoding: gzip 03-02-2022 15:13:12: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 03-02-2022 15:13:12: TRACE: [WIRE] - << Expires: Wed, 02 Mar 2022 15:13:12 GMT 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: fr-CA 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:Found following objects: 03-02-2022 15:13:12:Cache-Control:no-transform Server:Eclipse GlassFish 6.2.3 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Wed, 02 Mar 2022 15:13:12 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:IllegalStateException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityClassCloseIsCalledTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:Close() has been called on an entity stream as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityClassCloseIsCalledTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:ProcessingException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12:[Request] Adding entity: stringheaders 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - >> stringheaders 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << s1: s1 03-02-2022 15:13:12: TRACE: [WIRE] - << s2: s2 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 6.2.3],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11)] 03-02-2022 15:13:12:FINISHED TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getAllowedMethodsTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12:[Request] Adding entity: POST TRACE 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST TRACE 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << Allow: TRACE,POST 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getAllowedMethods returned expected methods TRACE;POST 03-02-2022 15:13:12:FINISHED TEST : getAllowedMethodsTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:Close() has not been called on entity stream as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getLengthNotPresentTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getLength matches expected Content-Length 0 03-02-2022 15:13:12:FINISHED TEST : getLengthNotPresentTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:IllegalStateException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:Null or zero length entity returned when no entity as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : bufferEntityBuffersDataTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:#bufferEntity did buffer opened stream as expected 03-02-2022 15:13:12:FINISHED TEST : bufferEntityBuffersDataTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getCookiesIsImmutableTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getCookies is read-only as expected 03-02-2022 15:13:12:FINISHED TEST : getCookiesIsImmutableTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12:[Request] Adding entity: toString 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - >> toString 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << s1: s1 03-02-2022 15:13:12: TRACE: [WIRE] - << s2: s2 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:toString method is used as expected 03-02-2022 15:13:12:FINISHED TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:ProcessingException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : statusTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 201 CREATED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 202 ACCEPTED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 302 FOUND 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 303 SEE_OTHER 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 304 NOT_MODIFIED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 305 USE_PROXY 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 401 UNAUTHORIZED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 401 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1056 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 402 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1070 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 403 FORBIDDEN 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 403 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1060 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1048 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 405 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1094 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 406 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 407 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1105 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 408 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1110 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 409 CONFLICT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 409 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1098 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 410 GONE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 410 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1080 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 411 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1084 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 412 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1081 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 413 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1113 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 414 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1099 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 415 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1173 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 416 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1097 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 417 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1102 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 428 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1074 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 429 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1086 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 431 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1132 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 451 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1096 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 500 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1120 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 501 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1097 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 502 BAD_GATEWAY 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 502 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1114 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 503 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1077 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 504 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1109 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 505 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1106 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:13:12: TRACE: [WIRE] - << TESTHEADER: status code in request = 511 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 1108 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:12:FINISHED TEST : statusTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:#bufferEntity throws IllegalStateException as expected 03-02-2022 15:13:12:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityClassThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:ProcessingException has been thrown as expected 03-02-2022 15:13:12:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : closeThrowsExceptionWhenErrorTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#close() threw ProcessingException as expected 03-02-2022 15:13:12:FINISHED TEST : closeThrowsExceptionWhenErrorTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:Got expected ENtiTy 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : readEntityGenericTypeAnnotationTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1646233992962' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1646233992962 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 13 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << 1646233992962 03-02-2022 15:13:12:Got expected date Wed Mar 02 15:13:12 UTC 2022 03-02-2022 15:13:12:FINISHED TEST : readEntityGenericTypeAnnotationTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getEntityTagTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12:[Request] Adding entity: ABCDEF0123456789 03-02-2022 15:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:12: TRACE: [WIRE] - >> ABCDEF0123456789 03-02-2022 15:13:12: TRACE: [WIRE] - << 304 NOT_MODIFIED 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << ETag: "ABCDEF0123456789" 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12:#getEntityTag is "ABCDEF0123456789" as expected 03-02-2022 15:13:12:FINISHED TEST : getEntityTagTest() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 03-02-2022 15:13:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:12: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:12: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:12: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:12:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 03-02-2022 15:13:12:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 03-02-2022 15:13:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:12:STARTING TEST : getHeadersTest() 03-02-2022 15:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 03-02-2022 15:13:12:############################### 03-02-2022 15:13:13:[Request] Adding entity: notnull 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> notnull 03-02-2022 15:13:13: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:13: TRACE: [WIRE] - << Cache-Control: no-transform 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Encoding: gzip 03-02-2022 15:13:13: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 03-02-2022 15:13:13: TRACE: [WIRE] - << Expires: Wed, 02 Mar 2022 15:13:13 GMT 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Language: fr-CA 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:Found following objects: 03-02-2022 15:13:13:Cache-Control:no-transform Server:Eclipse GlassFish 6.2.3 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Wed, 02 Mar 2022 15:13:13 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:FINISHED TEST : getHeadersTest() 03-02-2022 15:13:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:13:STARTING TEST : getLastModifiedNotPresentTest() 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:response#getLastModified() was null as expected 03-02-2022 15:13:13:FINISHED TEST : getLastModifiedNotPresentTest() 03-02-2022 15:13:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:13:STARTING TEST : getStatusInfoTest() 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13:[Request] Adding entity: OK 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> OK 03-02-2022 15:13:13: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13:[Request] Adding entity: CREATED 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> CREATED 03-02-2022 15:13:13: TRACE: [WIRE] - << 201 CREATED 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13:[Request] Adding entity: ACCEPTED 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> ACCEPTED 03-02-2022 15:13:13: TRACE: [WIRE] - << 202 ACCEPTED 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13:[Request] Adding entity: NO_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> NO_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:13:############################### 03-02-2022 15:13:13:[Request] Adding entity: RESET_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:13: TRACE: [WIRE] - >> RESET_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - << 205 RESET_CONTENT 03-02-2022 15:13:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:13: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PARTIAL_CONTENT 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PARTIAL_CONTENT 03-02-2022 15:13:43: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: MULTIPLE_CHOICES 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> MULTIPLE_CHOICES 03-02-2022 15:13:43: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: MOVED_PERMANENTLY 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> MOVED_PERMANENTLY 03-02-2022 15:13:43: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - << 302 FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: SEE_OTHER 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> SEE_OTHER 03-02-2022 15:13:43: TRACE: [WIRE] - << 303 SEE_OTHER 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: NOT_MODIFIED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> NOT_MODIFIED 03-02-2022 15:13:43: TRACE: [WIRE] - << 304 NOT_MODIFIED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: USE_PROXY 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> USE_PROXY 03-02-2022 15:13:43: TRACE: [WIRE] - << 305 USE_PROXY 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: TEMPORARY_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> TEMPORARY_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PERMANENT_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PERMANENT_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: BAD_REQUEST 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> BAD_REQUEST 03-02-2022 15:13:43: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: UNAUTHORIZED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> UNAUTHORIZED 03-02-2022 15:13:43: TRACE: [WIRE] - << 401 UNAUTHORIZED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1056 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PAYMENT_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PAYMENT_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1070 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: FORBIDDEN 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> FORBIDDEN 03-02-2022 15:13:43: TRACE: [WIRE] - << 403 FORBIDDEN 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1060 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: NOT_FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> NOT_FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1048 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: METHOD_NOT_ALLOWED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> METHOD_NOT_ALLOWED 03-02-2022 15:13:43: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1094 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: NOT_ACCEPTABLE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> NOT_ACCEPTABLE 03-02-2022 15:13:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1105 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: REQUEST_TIMEOUT 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> REQUEST_TIMEOUT 03-02-2022 15:13:43: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1110 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: CONFLICT 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> CONFLICT 03-02-2022 15:13:43: TRACE: [WIRE] - << 409 CONFLICT 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1098 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: GONE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> GONE 03-02-2022 15:13:43: TRACE: [WIRE] - << 410 GONE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1080 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: LENGTH_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> LENGTH_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1084 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PRECONDITION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PRECONDITION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1081 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1113 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: REQUEST_URI_TOO_LONG 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG 03-02-2022 15:13:43: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1099 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:13:43: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1173 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:13:43: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1097 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: EXPECTATION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> EXPECTATION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1102 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: PRECONDITION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> PRECONDITION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1074 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: TOO_MANY_REQUESTS 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> TOO_MANY_REQUESTS 03-02-2022 15:13:43: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1086 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1132 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:13:43: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 03-02-2022 15:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Length: 1096 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:43: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:43: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:43:############################### 03-02-2022 15:13:43:[Request] Adding entity: INTERNAL_SERVER_ERROR 03-02-2022 15:13:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:43: TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR 03-02-2022 15:13:44: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1120 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: NOT_IMPLEMENTED 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> NOT_IMPLEMENTED 03-02-2022 15:13:44: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1097 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: BAD_GATEWAY 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> BAD_GATEWAY 03-02-2022 15:13:44: TRACE: [WIRE] - << 502 BAD_GATEWAY 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1114 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: SERVICE_UNAVAILABLE 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> SERVICE_UNAVAILABLE 03-02-2022 15:13:44: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1077 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: GATEWAY_TIMEOUT 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> GATEWAY_TIMEOUT 03-02-2022 15:13:44: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1109 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:13:44: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Connection: close 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1106 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:13:44: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 1108 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:13:44:#getStatusInfo returned expected StatusTypes 03-02-2022 15:13:44:FINISHED TEST : getStatusInfoTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : hasEntityWhenEntityTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:44:#hasEntity found the entity as expected 03-02-2022 15:13:44:FINISHED TEST : hasEntityWhenEntityTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getLengthTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: 1234567890 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> 1234567890 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << 1234567890 03-02-2022 15:13:44:#getLength matches expected Content-Length 10 03-02-2022 15:13:44:FINISHED TEST : getLengthTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getHeadersUsingHeaderDelegateTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: notnull 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> notnull 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << s3: s3 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << s1: s1 03-02-2022 15:13:44: TRACE: [WIRE] - << s2: s2 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:Received: 03-02-2022 15:13:44:s3:s3 Server:Eclipse GlassFish 6.2.3 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:Received expected headers s3:s3;Server:Eclipse GlassFish 6.2.3;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:Close() has not been called on entity stream as expected 03-02-2022 15:13:44:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getLastModifiedTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: 1646234024000 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> 1646234024000 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Last-Modified: Wed, 02 Mar 2022 15:13:44 GMT 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:#getLastModified matches the Last-Modified HTTP header 03-02-2022 15:13:44:FINISHED TEST : getLastModifiedTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : hasLinkWhenLinkTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: path 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> path 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="path" 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:#hasEntity found the Link as expected 03-02-2022 15:13:44:FINISHED TEST : hasLinkWhenLinkTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getLocationTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: path 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> path 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:#getLocation contains expected location 03-02-2022 15:13:44:FINISHED TEST : getLocationTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << ENtiTy 03-02-2022 15:13:44:#getLinkBuilder returned null as expected 03-02-2022 15:13:44:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getLinkNotPresentTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:response#getLink() was null as expected 03-02-2022 15:13:44:FINISHED TEST : getLinkNotPresentTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : getCookiesTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:#getCookies returned expected cookies 03-02-2022 15:13:44:FINISHED TEST : getCookiesTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:#hasEntity has not found any entity as expected 03-02-2022 15:13:44:FINISHED TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44:Null or zero length entity returned when no entity as expected 03-02-2022 15:13:44:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.45 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT 03-02-2022 15:13:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:44:STARTING TEST : entityObjectTest() 03-02-2022 15:13:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:13:44:############################### 03-02-2022 15:13:44:[Request] Adding entity: 1646234024463 03-02-2022 15:13:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 03-02-2022 15:13:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:44: TRACE: [WIRE] - >> 1646234024463 03-02-2022 15:13:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Length: 123 03-02-2022 15:13:44: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:13:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:44: TRACE: [WIRE] - << 1646234024463 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 03-02-2022 15:13:44:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic.JAXRSBasicClientIT 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : noAuthorizationTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:45:FINISHED TEST : noAuthorizationTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : basicAuthorizationIncorrectUserTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:45:FINISHED TEST : basicAuthorizationIncorrectUserTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : basicAuthorizationAdminTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : basicAuthorizationAdminTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:45:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : basicAuthorizationStandardUserTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic.JAXRSBasicClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : getNormalizedUriTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/PQR09pqr/~-._ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/%50%51%52%30%39%70%71%72/%7e%2d%2E%5f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : getNormalizedUriTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : getMatchedURIsTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : getMatchedURIsTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : queryTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : queryTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathParamTest1() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathParamTest1() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathParamTest2() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathParamTest2() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathParamTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathParamTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathTest1() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathTest1() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathTest2() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathTest2() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathSegTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathSegTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : queryTest1() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query1?stringtest=cts%20&inttest=-2147483648?%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : queryTest1() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : queryTest2() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query2?stringtest=cts%20&inttest=-2147483648%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : queryTest2() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathSegTest1() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathSegTest1() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathSegTest2() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathSegTest2() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : getMatchedURIsTest1() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : getMatchedURIsTest1() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : getMatchedURIsTest2() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : getMatchedURIsTest2() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : getMatchedResourcesTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : getMatchedResourcesTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : pathTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : pathTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : requestURITest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : requestURITest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : aPathTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : aPathTest() 03-02-2022 15:13:45:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:45:STARTING TEST : baseUriTest() 03-02-2022 15:13:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:45:FINISHED TEST : baseUriTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : deleteSubTest() 03-02-2022 15:13:46:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:46:FINISHED TEST : deleteSubTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : deleteTest1() 03-02-2022 15:13:46:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:46:FINISHED TEST : deleteTest1() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : deleteTest2() 03-02-2022 15:13:46:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:46:FINISHED TEST : deleteTest2() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : deleteSubTest1() 03-02-2022 15:13:46:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:46:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext.JAXRSClientIT 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 48 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << NullPointerException has been thrown as expected 03-02-2022 15:13:46:FINISHED TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setAnnotationsTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 69 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 03-02-2022 15:13:46:FINISHED TEST : setAnnotationsTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setGenericTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << [B 03-02-2022 15:13:46:FINISHED TEST : setGenericTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getMediaTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << application/json 03-02-2022 15:13:46:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setPropertyNullTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << None 03-02-2022 15:13:46:FINISHED TEST : setPropertyNullTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << None 03-02-2022 15:13:46:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 49 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 03-02-2022 15:13:46:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << None 03-02-2022 15:13:46:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setMediaTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << application/x-www-form-urlencoded 03-02-2022 15:13:46:FINISHED TEST : setMediaTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: java.io.InputStreamReader@5edc2bbc 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> java.io.InputStreamReader@5edc2bbc 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 25 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << java.io.InputStreamReader 03-02-2022 15:13:46:#setType set correct type java.io.InputStreamReader 03-02-2022 15:13:46:FINISHED TEST : setTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:46:FINISHED TEST : getTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getAnnotationsTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]} 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 69 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 03-02-2022 15:13:46:FINISHED TEST : getAnnotationsTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : getGenericTypeTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:46:FINISHED TEST : getGenericTypeTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : setPropertyTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << Other Entity 03-02-2022 15:13:46:FINISHED TEST : setPropertyTest() 03-02-2022 15:13:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:46:STARTING TEST : removePropertyTest() 03-02-2022 15:13:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:46:############################### 03-02-2022 15:13:46:[Request] Adding entity: Entity 03-02-2022 15:13:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 03-02-2022 15:13:46: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 03-02-2022 15:13:46: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:46: TRACE: [WIRE] - << None 03-02-2022 15:13:46:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getEntityTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Entity 03-02-2022 15:13:47:FINISHED TEST : getEntityTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 03-02-2022 15:13:47:FINISHED TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setEntityTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << OPERATION 03-02-2022 15:13:47:FINISHED TEST : setEntityTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Property 03-02-2022 15:13:47:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setOutputStreamTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 8192 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Enxixy 03-02-2022 15:13:47:FINISHED TEST : setOutputStreamTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 03-02-2022 15:13:47:Root cause of Failure: WebApplicationException has been thrown as expected ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:369) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:267) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:669) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639) at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:217) ... 117 more 03-02-2022 15:13:47:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: [FATAL] Unexpected failure during test execution. Client client = ClientFactory.newClient(); client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorTwo); client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorOne.class); client.configuration().register(ee.jakarta.tck.ws.rs.common.provider.StringBeanEntityProvider.class); WebTarget target = client.target("http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/"); Invocation.Builder builder; builder = target.request("*/*"); builder.header("OPERATION","PROCEEDTHROWSWEBAPPEXCEPTION"); Invocation i; i=builder.build("POST",Entity.entity(StringBean. To get a value, use rather #get() method.,*/*); i.invoke(); WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:214) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.InterceptorBodyOne.proceedThrowsWebAppException(InterceptorBodyOne.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.TemplateInterceptorBody.executeMethod(TemplateInterceptorBody.java:62) at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor.aroundWriteTo(TemplateWriterInterceptor.java:58) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:476) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:458) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:369) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:267) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.invoke(JaxrsWebTestCase.java:350) at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:201) ... 118 more Caused by: ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException$1: WebApplicationException has been thrown as expected at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.ProceedException.getCause(ProceedException.java:44) at java.base/java.lang.Throwable.printEnclosedStackTrace(Throwable.java:711) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:671) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:648) at java.base/java.lang.Throwable.printStackTrace(Throwable.java:639) at ee.jakarta.tck.ws.rs.lib.util.TestUtil.logErr(TestUtil.java:688) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient$Fault.<init>(JAXRSCommonClient.java:1136) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:219) ... 117 more 03-02-2022 15:13:47:WebApplicationException has been thrown as expected 03-02-2022 15:13:47:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getHeadersTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 90 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 03-02-2022 15:13:47:FINISHED TEST : getHeadersTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getOutputStreamTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << NoneEntity 03-02-2022 15:13:47:FINISHED TEST : getOutputStreamTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : proceedThrowsIOExceptionTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 39 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << IOException has been thrown as expected 03-02-2022 15:13:47:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext.JAXRSClientIT 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 48 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << NullPointerException has been thrown as expected 03-02-2022 15:13:47:FINISHED TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setAnnotationsTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 69 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 03-02-2022 15:13:47:FINISHED TEST : setAnnotationsTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setGenericTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << [B 03-02-2022 15:13:47:FINISHED TEST : setGenericTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getMediaTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << application/json 03-02-2022 15:13:47:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setPropertyNullTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << None 03-02-2022 15:13:47:FINISHED TEST : setPropertyNullTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << None 03-02-2022 15:13:47:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 139 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 03-02-2022 15:13:47:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << None 03-02-2022 15:13:47:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setMediaTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << application/x-www-form-urlencoded 03-02-2022 15:13:47:FINISHED TEST : setMediaTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: java.io.InputStreamReader@54e0b60a 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> java.io.InputStreamReader@54e0b60a 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 25 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << java.io.InputStreamReader 03-02-2022 15:13:47:#setType set correct type java.io.InputStreamReader 03-02-2022 15:13:47:FINISHED TEST : setTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:47:FINISHED TEST : getTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getAnnotationsTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47:FINISHED TEST : getAnnotationsTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : getGenericTypeTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:47:FINISHED TEST : getGenericTypeTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : setPropertyTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << Other Entity 03-02-2022 15:13:47:FINISHED TEST : setPropertyTest() 03-02-2022 15:13:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:47:STARTING TEST : removePropertyTest() 03-02-2022 15:13:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:47:############################### 03-02-2022 15:13:47:[Request] Adding entity: Entity 03-02-2022 15:13:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 03-02-2022 15:13:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 03-02-2022 15:13:47: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:47: TRACE: [WIRE] - << None 03-02-2022 15:13:47:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext.JAXRSClientIT 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getHeadersHeadersSetTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 121 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 03-02-2022 15:13:48:FINISHED TEST : getHeadersHeadersSetTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setInputStreamTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << Other Entity 03-02-2022 15:13:48:FINISHED TEST : setInputStreamTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 71 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 03-02-2022 15:13:48:FINISHED TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << Property 03-02-2022 15:13:48:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 51 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 03-02-2022 15:13:48:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getInputStreamTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: getInputStreamEntity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> getInputStreamEntity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 20 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << getInputStreamEntity 03-02-2022 15:13:48:FINISHED TEST : getInputStreamTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : proceedThrowsIOExceptionTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48:[Request] Adding entity: Entity 03-02-2022 15:13:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - >> Entity 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 39 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << IOException has been thrown as expected 03-02-2022 15:13:48:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.JAXRSClientIT 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 48 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << NullPointerException has been thrown as expected 03-02-2022 15:13:48:FINISHED TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setAnnotationsTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 69 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 03-02-2022 15:13:48:FINISHED TEST : setAnnotationsTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setGenericTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << [B 03-02-2022 15:13:48:FINISHED TEST : setGenericTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getMediaTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << application/json 03-02-2022 15:13:48:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setPropertyNullTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << None 03-02-2022 15:13:48:FINISHED TEST : setPropertyNullTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << None 03-02-2022 15:13:48:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 139 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 03-02-2022 15:13:48:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTY 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << None 03-02-2022 15:13:48:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setMediaTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << application/x-www-form-urlencoded 03-02-2022 15:13:48:FINISHED TEST : setMediaTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETTYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 25 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << java.io.InputStreamReader 03-02-2022 15:13:48:#setType set correct type java.io.InputStreamReader 03-02-2022 15:13:48:FINISHED TEST : setTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETTYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:48:FINISHED TEST : getTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getAnnotationsTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 124 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 03-02-2022 15:13:48:FINISHED TEST : getAnnotationsTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : getGenericTypeTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << java.lang.String 03-02-2022 15:13:48:FINISHED TEST : getGenericTypeTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : setPropertyTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: SETPROPERTY 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 12 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << Other Entity 03-02-2022 15:13:48:FINISHED TEST : setPropertyTest() 03-02-2022 15:13:48:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:48:STARTING TEST : removePropertyTest() 03-02-2022 15:13:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 03-02-2022 15:13:48:############################### 03-02-2022 15:13:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 03-02-2022 15:13:48: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:48: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:48: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:13:48: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:48: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:48: TRACE: [WIRE] - << None 03-02-2022 15:13:48:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext.JAXRSClientIT 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : getEntityTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: GETENTITY 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << Entity 03-02-2022 15:13:49:FINISHED TEST : getEntityTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Property4: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property3: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property2: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property1: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property0: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: GETHEADERS 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 03-02-2022 15:13:49:FINISHED TEST : getHeadersOperationOnlyTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : setEntityTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: SETENTITY 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION 03-02-2022 15:13:49:FINISHED TEST : setEntityTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Property: Property 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << Property 03-02-2022 15:13:49:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : setOutputStreamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8192 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << Enxixy 03-02-2022 15:13:49:FINISHED TEST : setOutputStreamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 51 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 03-02-2022 15:13:49:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : getHeadersTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Property4: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property3: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property2: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property1: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Property0: any 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: GETHEADERS 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 03-02-2022 15:13:49:FINISHED TEST : getHeadersTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : getOutputStreamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << NoneEntity 03-02-2022 15:13:49:FINISHED TEST : getOutputStreamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : proceedThrowsIOExceptionTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 39 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << IOException has been thrown as expected 03-02-2022 15:13:49:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValuePathParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValuePathParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInFormParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInFormParamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInCookieParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInCookieParamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueQueryParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueQueryParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : pathParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : pathParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : formParamUsesParamConvertorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49:[Request] Adding entity: param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:13:49: TRACE: [WIRE] - >> param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : formParamUsesParamConvertorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : headerParamUsesParamConvertorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : headerParamUsesParamConvertorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInMatrixParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInMatrixParamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : cookieParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : cookieParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : matrixParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : matrixParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : matrixParamUsesParamConvertorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : matrixParamUsesParamConvertorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInPathParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInPathParamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : headerParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : headerParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : queryParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : queryParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueCookieParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueCookieParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : pathParamUsesParamConvertorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : pathParamUsesParamConvertorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueMatrixParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : cookieParamUsesParamConvertorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : cookieParamUsesParamConvertorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : atomicIntegerPassesTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << 10 03-02-2022 15:13:49:FINISHED TEST : atomicIntegerPassesTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueFormParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueFormParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueHeaderParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : formParamInLocatorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49:[Request] Adding entity: param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:13:49: TRACE: [WIRE] - >> param=ABCDEFGH 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:13:49:FINISHED TEST : formParamInLocatorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 6089 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 03-02-2022 15:13:49: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 03-02-2022 15:13:49: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 03-02-2022 15:13:49: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 03-02-2022 15:13:49: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 03-02-2022 15:13:49: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:475) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:397) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:260) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:239) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1540) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:119) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) 03-02-2022 15:13:49: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:114) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:332) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:199) 03-02-2022 15:13:49: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:440) 03-02-2022 15:13:49: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 03-02-2022 15:13:49: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 03-02-2022 15:13:49: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 03-02-2022 15:13:49:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInHeaderParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInHeaderParamTest() 03-02-2022 15:13:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:49:STARTING TEST : defaultValueInQueryParamTest() 03-02-2022 15:13:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 03-02-2022 15:13:49:############################### 03-02-2022 15:13:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 03-02-2022 15:13:49: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:13:49: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:13:49: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:49: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:49: TRACE: [WIRE] - << DEFAULT 03-02-2022 15:13:49:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : readEntityFromBodyTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : readEntityFromBodyTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : readEntityFromHeaderTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : readEntityFromHeaderTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : writeBodyEntityUsingWriterTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : writeBodyEntityUsingWriterTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : writeHeaderEntityUsingWriterTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : writeHeaderEntityUsingWriterTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : getSingletonsTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : getSingletonsTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : getClassesTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : getClassesTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : writeIOExceptionWithoutWriterTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : writeIOExceptionWithoutWriterTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredAppJsonContextResolverTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredTextPlainContextResolverTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : writeIOExceptionUsingWriterTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : writeIOExceptionUsingWriterTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : readEntityIOExceptionTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : readEntityIOExceptionTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : readEntityWebException400Test() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : readEntityWebException400Test() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : readEntityWebException410Test() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:50:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:50:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 03-02-2022 15:13:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:50:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamPutNoArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamPutNoArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamValueOfTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamValueOfTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamPutArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamPutArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromListFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromListFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamNoArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamNoArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamPutNoArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamPutNoArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamValueOfTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamValueOfTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamPutArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamPutArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromListFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromListFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamNothingSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : defaultFormParamNoArgSentTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:51:FINISHED TEST : defaultFormParamNoArgSentTest() 03-02-2022 15:13:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:51:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:51:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : formParamEntityWithEncodedTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : formParamEntityWithEncodedTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : defaultFormParamFromSetFromStringTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : defaultFormParamFromSetFromStringTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : nonDefaultFormParamValueOfTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headSubTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headSubTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : getSubTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : getSubTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : recursiveResourceLocatorTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/recursive/lvl/lvl/lvl/lvl/lvl/lvl/lvl/lvl/lvl/lvl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : recursiveResourceLocatorTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headTest1() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headTest1() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headTest2() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headTest2() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : dynamicGetTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : dynamicGetTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : optionSubTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:52:FINISHED TEST : optionSubTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : getTest1() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : getTest1() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : getTest2() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headSubTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headSubTest() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headTest1() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headTest1() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headTest2() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headTest2() 03-02-2022 15:13:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:52:STARTING TEST : headGetTest() 03-02-2022 15:13:52:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:52:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamStringTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamLongTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamLongTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamByteTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamByteTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamBooleanTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamBooleanTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamFloatTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamFloatTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamShortTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamShortTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamNoQueryTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamNoQueryTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamDoubleTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamDoubleTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamIntTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamIntTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamEntityWithFromStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamStringTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:FINISHED TEST : headerParamStringTest() 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:53:STARTING TEST : headerParamLongTest() 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:53 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamLongTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamByteTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamByteTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamBooleanTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamBooleanTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamFloatTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamFloatTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamShortTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamShortTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamNoQueryTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamNoQueryTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamDoubleTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamDoubleTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamIntTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamIntTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamEntityWithConstructorTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamLongTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamLongTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamByteTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamByteTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamBooleanTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamBooleanTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamFloatTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamFloatTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamShortTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamShortTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamEntityWithValueOfTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamNoQueryTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamNoQueryTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamDoubleTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamDoubleTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamIntTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamIntTest() 03-02-2022 15:13:54:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:54:STARTING TEST : headerParamEntityWithFromStringTest() 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:54:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamDoubleTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamDoubleTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamLongTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamLongTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamBooleanTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamBooleanTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamIntTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamIntTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamByteTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamByteTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamStringTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamStringTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamFloatTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamFloatTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamShortTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamShortTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:55:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:55:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamDoubleTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamDoubleTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamLongTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamLongTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamBooleanTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamBooleanTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamIntTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamIntTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamByteTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamByteTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamFloatTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamFloatTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamShortTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamShortTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamDoubleTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=12.345;doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamDoubleTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithEncodedTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamLongTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamLongTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamBooleanTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamBooleanTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamIntTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamIntTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamByteTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamByteTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithValueOfTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamFloatTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=12.345;floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamFloatTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamShortTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamShortTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamListEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamEntityWithConstructorTest() 03-02-2022 15:13:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:56:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:56 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:56:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : autoResponseTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:57:FINISHED TEST : autoResponseTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : optionsTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:57:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locatorencoded/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test1() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test1() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test2() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test2() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test3() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test3() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test4() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test4() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test5() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test5() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : test6() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : test6() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:57:STARTING TEST : pathParamListEntityWithFromStringTest() 03-02-2022 15:13:57:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:57 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:57:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/SortedSetParamEntityWithFromString/SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test1() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test1() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test2() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test2() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test3() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test3() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test4() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test4() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test5() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test5() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test6() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 03-02-2022 15:13:58:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test6(JAXRSSubClientIT.java:189) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test6() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test7() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[WebValidatorBase] Unable to find the following search string in the server's response: 'matrix=/a;boolean1=false;boolean2=true' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- matrix=/a;boolean2=true;boolean1=false ------------------------------------------- 03-02-2022 15:13:58:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test7(JAXRSSubClientIT.java:204) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test7() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamListEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithEncodedTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/SortedSetParamEntityWithFromString/SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithValueOfTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test1() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test1() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test2() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test2() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test3() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test3() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test4() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test4() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test5() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test5() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test6() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 03-02-2022 15:13:58:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b/c/d/e/f HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test6() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : test7() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:[WebValidatorBase] Unable to find the following search string in the server's response: 'matrix=/a;boolean1=false;boolean2=true' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- matrix=/a;boolean2=true;boolean1=false ------------------------------------------- 03-02-2022 15:13:58:[JAXRSCommonClient] null failed! Check output for cause of failure. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312) at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165) at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57) at jdk.internal.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105) at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62) at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50) at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128) at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118) at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133) at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139) at org.jboss.arquillian.junit5.ArquillianExtension.interceptInvocation(ArquillianExtension.java:145) at org.jboss.arquillian.junit5.ArquillianExtension.interceptTestMethod(ArquillianExtension.java:90) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) 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.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.base/java.util.ArrayList.forEach(ArrayList.java:1540) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/matrix/a;boolean1=false;boolean2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : test7() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithConstructor/ParamEntityWithConstructor%3dJAXRS_SPEC_5.2/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamEntityWithConstructorTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/SetParamEntityWithFromString/SetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamSetEntityWithFromStringTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:58:STARTING TEST : pathParamListEntityWithFromStringTest() 03-02-2022 15:13:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ListParamEntityWithFromString/ListParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:58 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:58:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyUnknownConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyUnknownConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : unknownAnyTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : unknownAnyTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : widgetsXmlAnyTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : widgetsXmlAnyTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainPlusConsumeXmlTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainPlusConsumeXmlTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyWidgetsxmlConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyWidgetsxmlConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : widgetsXmlAnyConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : widgetsXmlAnyConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : htmlPlainTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:59:FINISHED TEST : htmlPlainTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : htmlUnknownConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:59:FINISHED TEST : htmlUnknownConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : htmlPlainConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:59:FINISHED TEST : htmlPlainConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainAnyConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainAnyConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainPlusProducePlainTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainPlusProducePlainTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : unknownAnyConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : unknownAnyConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyWidgetsxmlTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyWidgetsxmlTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyPlainTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyPlainTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainAnyTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainAnyTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : htmlUnknownTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:13:59:FINISHED TEST : htmlUnknownTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyPlainConsumesTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyPlainConsumesTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : anyUnknownTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : anyUnknownTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainPlusProduceXmlTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainPlusProduceXmlTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : plainPlusConsumePlainTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : putSubTest() 03-02-2022 15:13:59:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 03-02-2022 15:13:59:############################### 03-02-2022 15:13:59:[Request] Adding entity: dummy 03-02-2022 15:13:59: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 03-02-2022 15:13:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:13:59: TRACE: [WIRE] - >> dummy 03-02-2022 15:13:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Length: 88 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:59: TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html> 03-02-2022 15:13:59:FINISHED TEST : putSubTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : putTest1() 03-02-2022 15:13:59:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 03-02-2022 15:13:59:############################### 03-02-2022 15:13:59:[Request] Adding entity: dummy 03-02-2022 15:13:59: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 03-02-2022 15:13:59: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 03-02-2022 15:13:59: TRACE: [WIRE] - >> dummy 03-02-2022 15:13:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Length: 18 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:13:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:59: TRACE: [WIRE] - << CTS-put text/plain 03-02-2022 15:13:59:FINISHED TEST : putTest1() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : putTest2() 03-02-2022 15:13:59:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 03-02-2022 15:13:59:############################### 03-02-2022 15:13:59:[Request] Adding entity: dummy 03-02-2022 15:13:59: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 03-02-2022 15:13:59: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 03-02-2022 15:13:59: TRACE: [WIRE] - >> dummy 03-02-2022 15:13:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:13:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Length: 88 03-02-2022 15:13:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:13:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:13:59: TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html> 03-02-2022 15:13:59:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest1=cts&stringtest2=ri_impl&stringtest1=newone HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamBooleanTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest1=true&booleantest2=false&booleantest1=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamBooleanTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamFloatTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=12.345&floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=23.456&floattest2=0.56789&floattest1=1.234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamFloatTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamDoubleTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=12.345&doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=23.456&doubletest2=0.56789&doubletest1=1.234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamDoubleTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamShortTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest1=32767&shorttest2=-32768&shorttest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamShortTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamIntTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=-2147483648&inttest2=2147483647&inttest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamIntTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamNoQueryTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamNoQueryTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamLongTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest1=-9223372036854775808&longtest2=9223372036854775807&longtest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamLongTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryFieldParamEntityWithConstructorTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:13:59:STARTING TEST : queryParamByteTest() 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest1=0&bytetest2=-128&bytetest1=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:13:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:13:59:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamEntityWithEncodedTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl&stringtest1=newone HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamEntityWithValueOfTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamSetEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamListEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamBooleanTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=true&booleantest2=false&booleantest1=true HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamBooleanTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamEntityWithConstructorTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamFloatTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=12.345&floattest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=23.456&floattest2=0.56789&floattest1=1.234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamFloatTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamDoubleTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=12.345&doubletest2=34.567 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=23.456&doubletest2=0.56789&doubletest1=1.234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamDoubleTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamShortTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768&shorttest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamShortTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamIntTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=-2147483648&inttest2=2147483647&inttest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamIntTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamNoQueryTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamNoQueryTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamLongTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807&longtest1=1234 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamLongTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryFieldParamEntityWithConstructorTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : queryParamByteTest() 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=0&bytetest2=-128&bytetest1=127 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:00:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:00:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:00:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:00:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:00:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:00:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:00:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : postWithGenericTypeStringTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:FINISHED TEST : postWithGenericTypeStringTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : methodWithStringClassWithEntityTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:FINISHED TEST : methodWithStringClassWithEntityTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : postWithStringClassTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:FINISHED TEST : postWithStringClassTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:00:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : headTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:Returned status 200 (OK) 03-02-2022 15:14:00:FINISHED TEST : headTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : traceWithStringClassTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:FINISHED TEST : traceWithStringClassTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : traceWithResponseClassTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:00: TRACE: [WIRE] - >> 03-02-2022 15:14:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:Returned status 200 (OK) 03-02-2022 15:14:00:FINISHED TEST : traceWithResponseClassTest() 03-02-2022 15:14:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:00:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:14:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:00:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:00: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:00: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:00:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:00:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : getThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithResponseClassWithEntityTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : methodWithResponseClassWithEntityTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithResponseClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : deleteWithResponseClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithStringClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : deleteWithStringClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : methodTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getWithGenericTypeResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : getWithGenericTypeResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithStringClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : putWithStringClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : putThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithGenericTypeStringTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : methodWithGenericTypeStringTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithResponseClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : putWithResponseClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : optionsTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : optionsTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : optionsWithResponseClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : optionsWithResponseClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithResponseClassTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : methodWithResponseClassTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getWithGenericTypeStringTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : getWithGenericTypeStringTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : putTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : getTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithGenericTypeStringTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : putWithGenericTypeStringTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : methodThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteThrowsExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : deleteThrowsExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:01: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:01:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:01:FINISHED TEST : traceThrowsProcessingExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:01:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:01:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:01:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : traceTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:Returned status 200 (OK) 03-02-2022 15:14:01:FINISHED TEST : traceTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:14:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:01: TRACE: [WIRE] - >> 03-02-2022 15:14:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:01: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:01:FINISHED TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:14:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:01:STARTING TEST : postTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : postTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithGenericTypeResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : methodWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithResponseClassTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : postWithResponseClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithEntityTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : methodWithEntityTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithStringClassTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : methodWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : postThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithGenericTypeResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : postWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithStringClassTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : optionsWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithStringClassTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : getWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : deleteTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:14:02:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:14:02:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithResponseClassTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : getWithResponseClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : putWithGenericTypeResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : putWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : traceWithGenericTypeStringTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : traceWithGenericTypeStringTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 406 (NOT_ACCEPTABLE) 03-02-2022 15:14:02:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : headThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : optionsThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 03-02-2022 15:14:02:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:14:02:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithGenericTypeStringTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : postWithGenericTypeStringTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : postWithStringClassTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post 03-02-2022 15:14:02: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : postWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : headTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:02: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/head 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : headTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : traceWithStringClassTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : traceWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : traceWithResponseClassTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:02: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : traceWithResponseClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteWithResponseClassTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : deleteWithResponseClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteWithStringClassTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:FINISHED TEST : deleteWithStringClassTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : getWithGenericTypeResponseTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:02:FINISHED TEST : getWithGenericTypeResponseTest() 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:02:STARTING TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:14:02:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 03-02-2022 15:14:02: TRACE: [WIRE] - >> 03-02-2022 15:14:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:02: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:02:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : deleteWithGenericTypeResponseTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : putWithStringClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:03: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : putWithStringClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : putWithResponseClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:03: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : putWithResponseClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : optionsTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : optionsTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : optionsWithGenericTypeStringTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : optionsWithResponseClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : optionsWithResponseClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : getWithGenericTypeStringTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : getWithGenericTypeStringTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : putTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:03: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : putTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : getTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : getTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : putWithGenericTypeStringTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:03: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : putWithGenericTypeStringTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : traceTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:03: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : traceTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:03: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : deleteWithGenericTypeStringTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : postTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : postTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : postWithResponseClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : postWithResponseClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : optionsWithGenericTypeResponseTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : postWithGenericTypeResponseTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/post 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : postWithGenericTypeResponseTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : optionsWithStringClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : optionsWithStringClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : getWithStringClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : getWithStringClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 03-02-2022 15:14:03: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : traceWithGenericTypeResponseTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : deleteTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD3 03-02-2022 15:14:03: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : deleteTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : getWithResponseClassTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD4 03-02-2022 15:14:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/get 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : getWithResponseClassTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : putWithGenericTypeResponseTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD5 03-02-2022 15:14:03: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/put 03-02-2022 15:14:03: TRACE: [WIRE] - >> Content-Type:*/* 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:Returned status 200 (OK) 03-02-2022 15:14:03:FINISHED TEST : putWithGenericTypeResponseTest() 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:STARTING TEST : traceWithGenericTypeStringTest() 03-02-2022 15:14:03:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 03-02-2022 15:14:03: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/trace 03-02-2022 15:14:03: TRACE: [WIRE] - >> 03-02-2022 15:14:03: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:03: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:03: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:03:FINISHED TEST : traceWithGenericTypeStringTest() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:03:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.481 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 03-02-2022 15:14:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:04:STARTING TEST : sseBroadcastTest() 03-02-2022 15:14:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << CLEAR ReceivedWELCOME2 ReceivedWELCOME3 ReceivedWELCOME0 ReceivedWELCOME4 ReceivedWELCOME1 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### Receivedsome_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK Receivedsome_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) Receivedsome_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain Receivedsome_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) Receivedsome_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << CLOSE 03-02-2022 15:14:04:Client 0 Received message WELCOME3 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:Client 0 Received message some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:Client 1 Received message WELCOME4 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:Client 1 Received message some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:Client 2 Received message WELCOME1 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:Client 2 Received message some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:Client 3 Received message WELCOME0 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:Client 3 Received message some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:Client 4 Received message WELCOME2 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message0 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message1 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message2 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message3 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message4 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message5 03-02-2022 15:14:04:Client 4 Received message some_ServiceUnavailableEndpoint_message6 03-02-2022 15:14:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080' 03-02-2022 15:14:04:############################### 03-02-2022 15:14:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check 03-02-2022 15:14:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Length: 212 03-02-2022 15:14:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:04: TRACE: [WIRE] - << SseEventSink number 0 is closed:trueSseEventSink number 1 is closed:trueSseEventSink number 2 is closed:trueSseEventSink number 3 is closed:trueSseEventSink number 4 is closed:trueOnCloseSink has been called:true 03-02-2022 15:14:04:FINISHED TEST : sseBroadcastTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:04:STARTING TEST : stringTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:05:FINISHED TEST : stringTest() 03-02-2022 15:14:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:05:STARTING TEST : streamingOutputTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:06:FINISHED TEST : streamingOutputTest() 03-02-2022 15:14:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:06:STARTING TEST : fileTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:06:FINISHED TEST : fileTest() 03-02-2022 15:14:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:06:STARTING TEST : closeTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 03-02-2022 15:14:07:############################### 03-02-2022 15:14:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 03-02-2022 15:14:07: TRACE: [WIRE] - >> Accept:text/plain 03-02-2022 15:14:07: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:07: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:07: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:07: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:07: TRACE: [WIRE] - << true WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:08:FINISHED TEST : closeTest() 03-02-2022 15:14:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:08:STARTING TEST : inputstreamTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:09:FINISHED TEST : inputstreamTest() 03-02-2022 15:14:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:09:STARTING TEST : readerTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:09:FINISHED TEST : readerTest() 03-02-2022 15:14:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:09:STARTING TEST : transformSourceTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:10:FINISHED TEST : transformSourceTest() 03-02-2022 15:14:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:10:STARTING TEST : multivaluedMapTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:10:FINISHED TEST : multivaluedMapTest() 03-02-2022 15:14:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:10:STARTING TEST : jaxbElementTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:11:FINISHED TEST : jaxbElementTest() 03-02-2022 15:14:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:11:STARTING TEST : sseStageCheckTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:11:FINISHED TEST : sseStageCheckTest() 03-02-2022 15:14:11:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:11:STARTING TEST : doubleTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:12:FINISHED TEST : doubleTest() 03-02-2022 15:14:12:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:12:STARTING TEST : datasourceTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:13:FINISHED TEST : datasourceTest() 03-02-2022 15:14:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:13:STARTING TEST : charTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:13:FINISHED TEST : charTest() 03-02-2022 15:14:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:13:STARTING TEST : intTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:14:FINISHED TEST : intTest() 03-02-2022 15:14:14:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:14:STARTING TEST : bytearrayTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:14:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.117 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:15:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:15:STARTING TEST : wait2Seconds() 03-02-2022 15:14:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 03-02-2022 15:14:15:############################### 03-02-2022 15:14:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 03-02-2022 15:14:15: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:15: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:15: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:14:15: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:15: TRACE: [WIRE] - << OK 03-02-2022 15:14:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 03-02-2022 15:14:15:############################### 03-02-2022 15:14:15:[Request] Adding entity: 2 03-02-2022 15:14:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 03-02-2022 15:14:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:15: TRACE: [WIRE] - >> 2 03-02-2022 15:14:15: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:15: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:14:15: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:15: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:15: TRACE: [WIRE] - << 2 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:17:FINISHED TEST : wait2Seconds() 03-02-2022 15:14:17:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:17:STARTING TEST : xmlTest() 03-02-2022 15:14:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:17:############################### 03-02-2022 15:14:17:[Request] Adding entity: text/xml 03-02-2022 15:14:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:17: TRACE: [WIRE] - >> text/xml 03-02-2022 15:14:17: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:17: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:14:17: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:17: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:17: TRACE: [WIRE] - << text/xml WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:19:FINISHED TEST : xmlTest() 03-02-2022 15:14:19:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:19:STARTING TEST : connectionLostFor1500msTest() 03-02-2022 15:14:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080' 03-02-2022 15:14:19:############################### 03-02-2022 15:14:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 03-02-2022 15:14:19: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:19: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:19: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:19: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:19: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:19: TRACE: [WIRE] - << RESET 03-02-2022 15:14:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 03-02-2022 15:14:19:############################### 03-02-2022 15:14:19:[Request] Adding entity: 1 03-02-2022 15:14:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 03-02-2022 15:14:19: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:19: TRACE: [WIRE] - >> 1 03-02-2022 15:14:19: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:19: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:14:19: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:19: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:19: TRACE: [WIRE] - << 1 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 03-02-2022 15:14:21:############################### 03-02-2022 15:14:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 03-02-2022 15:14:21: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:21: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:21: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:14:21: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:21: TRACE: [WIRE] - << 2 03-02-2022 15:14:21:FINISHED TEST : connectionLostFor1500msTest() 03-02-2022 15:14:21:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:21:STARTING TEST : stringTest() 03-02-2022 15:14:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:21:############################### 03-02-2022 15:14:21:[Request] Adding entity: text/plain 03-02-2022 15:14:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:21: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:21: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:21: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:21: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:21: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:21: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:21: TRACE: [WIRE] - << text/plain WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:23:FINISHED TEST : stringTest() 03-02-2022 15:14:23:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:23:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:23:STARTING TEST : dataSourceTest() 03-02-2022 15:14:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:23:############################### 03-02-2022 15:14:23:[Request] Adding entity: text/plain 03-02-2022 15:14:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:23: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:23: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:23: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:23: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:23: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:23: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:14:24:FINISHED TEST : dataSourceTest() 03-02-2022 15:14:24:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:24:STARTING TEST : reconnectByEventMethodTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:25:FINISHED TEST : reconnectByEventMethodTest() 03-02-2022 15:14:25:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:25:STARTING TEST : fileTest() 03-02-2022 15:14:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:25:############################### 03-02-2022 15:14:25:[Request] Adding entity: text/plain 03-02-2022 15:14:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:25: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:25: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:25: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:25: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:25: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:25: TRACE: [WIRE] - << text/plain WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:27:FINISHED TEST : fileTest() 03-02-2022 15:14:27:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:27:STARTING TEST : closeTest() 03-02-2022 15:14:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 03-02-2022 15:14:27:############################### 03-02-2022 15:14:27:[Request] Adding entity: true 03-02-2022 15:14:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 03-02-2022 15:14:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:27: TRACE: [WIRE] - >> true 03-02-2022 15:14:27: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:27: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:27: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:27: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:27: TRACE: [WIRE] - << true WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:27:Received message no 0 03-02-2022 15:14:27:Received message no 1 03-02-2022 15:14:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 03-02-2022 15:14:27:############################### 03-02-2022 15:14:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 03-02-2022 15:14:27: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:27: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:27: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:27: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:27: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:27: TRACE: [WIRE] - << true WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:28:Received message no 2 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:28:Received message no 3 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:29:Received message no 4 03-02-2022 15:14:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 03-02-2022 15:14:29:############################### 03-02-2022 15:14:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 03-02-2022 15:14:29: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:29: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:29: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:14:29: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:29: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:29: TRACE: [WIRE] - << true WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 03-02-2022 15:14:33:############################### 03-02-2022 15:14:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 03-02-2022 15:14:33: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:33: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:33: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:33: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:33: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:33: TRACE: [WIRE] - << false WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d Sending false 03-02-2022 15:14:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 03-02-2022 15:14:36:############################### 03-02-2022 15:14:36:[Request] Adding entity: false 03-02-2022 15:14:36: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 03-02-2022 15:14:36: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:36: TRACE: [WIRE] - >> false 03-02-2022 15:14:36: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:36: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:36: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:36: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:36: TRACE: [WIRE] - << false Sent false 03-02-2022 15:14:36:FINISHED TEST : closeTest() 03-02-2022 15:14:36:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:36:STARTING TEST : userReconnectByEventMethodTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:37:FINISHED TEST : userReconnectByEventMethodTest() 03-02-2022 15:14:37:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:37:STARTING TEST : byteArrayTest() 03-02-2022 15:14:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:37:############################### 03-02-2022 15:14:37:[Request] Adding entity: text/plain 03-02-2022 15:14:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:37: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:37: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:37: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:37: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:37: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:37: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:37: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:39:FINISHED TEST : byteArrayTest() 03-02-2022 15:14:39:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:39:STARTING TEST : readerTest() 03-02-2022 15:14:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:39:############################### 03-02-2022 15:14:39:[Request] Adding entity: text/plain 03-02-2022 15:14:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:39: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:39: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:39: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:39: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:39: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:39: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:39: TRACE: [WIRE] - << text/plain WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:40:FINISHED TEST : readerTest() 03-02-2022 15:14:40:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:40:STARTING TEST : transformSourceTest() 03-02-2022 15:14:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:40:############################### 03-02-2022 15:14:40:[Request] Adding entity: text/xml 03-02-2022 15:14:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:40: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:40: TRACE: [WIRE] - >> text/xml 03-02-2022 15:14:40: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:40: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:14:40: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:40: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:40: TRACE: [WIRE] - << text/xml WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:42:FINISHED TEST : transformSourceTest() 03-02-2022 15:14:42:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:42:STARTING TEST : multivaluedMapTest() 03-02-2022 15:14:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:42:############################### 03-02-2022 15:14:42:[Request] Adding entity: application/x-www-form-urlencoded 03-02-2022 15:14:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:42: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:42: TRACE: [WIRE] - >> application/x-www-form-urlencoded 03-02-2022 15:14:42: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:42: TRACE: [WIRE] - << Content-Length: 33 03-02-2022 15:14:42: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:42: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:42: TRACE: [WIRE] - << application/x-www-form-urlencoded WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:44:FINISHED TEST : multivaluedMapTest() 03-02-2022 15:14:44:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:44:STARTING TEST : jaxbElementTest() 03-02-2022 15:14:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:44:############################### 03-02-2022 15:14:44:[Request] Adding entity: text/xml 03-02-2022 15:14:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:44: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:44: TRACE: [WIRE] - >> text/xml 03-02-2022 15:14:44: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:44: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:14:44: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:44: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:44: TRACE: [WIRE] - << text/xml WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:46:FINISHED TEST : jaxbElementTest() 03-02-2022 15:14:46:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:46:STARTING TEST : defaultWaiting1s() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 03-02-2022 15:14:46:############################### 03-02-2022 15:14:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 03-02-2022 15:14:46: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:46: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:14:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:46: TRACE: [WIRE] - << OK 03-02-2022 15:14:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 03-02-2022 15:14:46:############################### 03-02-2022 15:14:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 03-02-2022 15:14:46: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:46: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:46: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:14:46: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:46: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:46: TRACE: [WIRE] - << OK WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:47:FINISHED TEST : defaultWaiting1s() 03-02-2022 15:14:47:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:47:STARTING TEST : inputStreamTest() 03-02-2022 15:14:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 03-02-2022 15:14:47:############################### 03-02-2022 15:14:47:[Request] Adding entity: text/plain 03-02-2022 15:14:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 03-02-2022 15:14:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:14:47: TRACE: [WIRE] - >> text/plain 03-02-2022 15:14:47: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:47: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:47: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:47: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:47: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:49:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.687 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:49:STARTING TEST : patchTest() 03-02-2022 15:14:49:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:49:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 03-02-2022 15:14:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:49:STARTING TEST : exceptionMapperPriorityTest() 03-02-2022 15:14:49:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:49:FINISHED TEST : exceptionMapperPriorityTest() 03-02-2022 15:14:49:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:49:STARTING TEST : paramConverterPriorityTest() 03-02-2022 15:14:49:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:49:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 03-02-2022 15:14:50:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 03-02-2022 15:14:50:FINISHED TEST : testRxClassGetsClassInstance() 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 03-02-2022 15:14:50:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 03-02-2022 15:14:50:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : subResourceLocatorAsClassTest() 03-02-2022 15:14:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 03-02-2022 15:14:50:############################### 03-02-2022 15:14:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 03-02-2022 15:14:50: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:50: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:50: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:14:50: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:50: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:50: TRACE: [WIRE] - << OK 03-02-2022 15:14:50:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:50:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:50:STARTING TEST : completionStageReturnedTest() 03-02-2022 15:14:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 03-02-2022 15:14:50: TRACE: [WIRE] - >> WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:51: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:51: TRACE: [WIRE] - << Content-Length: 73 03-02-2022 15:14:51: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:51: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:51:FINISHED TEST : completionStageReturnedTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:51:STARTING TEST : writeTest() 03-02-2022 15:14:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:14:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:14:51:FINISHED TEST : writeTest() 03-02-2022 15:14:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:51:STARTING TEST : writeIOExceptionTest() 03-02-2022 15:14:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:14:51:FINISHED TEST : writeIOExceptionTest() 03-02-2022 15:14:51:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:51:STARTING TEST : writeWebApplicationExceptionTest() 03-02-2022 15:14:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:14:51:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT 03-02-2022 15:14:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:52:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 03-02-2022 15:14:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:14:52:############################### 03-02-2022 15:14:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 03-02-2022 15:14:52: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:52: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:52: TRACE: [WIRE] - << Content-Length: 25 03-02-2022 15:14:52: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:52: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:52: TRACE: [WIRE] - << Converted value: ABCDEFGH 03-02-2022 15:14:52:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:52:STARTING TEST : applicationPathAnnotationEncodedTest() 03-02-2022 15:14:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:14:52:FINISHED TEST : applicationPathAnnotationEncodedTest() 03-02-2022 15:14:52:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:52:STARTING TEST : applicationPathAnnotationNotUsedTest() 03-02-2022 15:14:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:14:52:Received expected status code Not Found 03-02-2022 15:14:52:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 03-02-2022 15:14:52:$$$ SigTestEE.setup() called 03-02-2022 15:14:52:$$$ SigTestEE.setup() complete [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader (file:/home/jenkins/.m2/repository/org/netbeans/tools/sigtest-maven-plugin/1.4/sigtest-maven-plugin-1.4.jar) to field java.lang.Class.ANNOTATION [ERROR] WARNING: Please consider reporting this to the maintainers of com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release 03-02-2022 15:14:52:$$$ JAXRSSigTestIT.signatureTest() called 03-02-2022 15:14:52:mapFile location is :/tmp/sig-test1643626320542938305.map 03-02-2022 15:14:52:packageFile location is :/tmp/sig-test-pkg-list2349504381654570351.txt 03-02-2022 15:14:52:Package version from mapfile :3.1.0 03-02-2022 15:14:52:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 03-02-2022 15:14:52:Executing JImage 03-02-2022 15:14:52:/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:54:JImage RC = 0 03-02-2022 15:14:54:optionalPkgToIgnore = jakarta.xml.bind 03-02-2022 15:14:54:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 03-02-2022 15:14:54:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 03-02-2022 15:14:54:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:54:Static mode supports checks of static constants values null 03-02-2022 15:14:54:********** Status Report 'jakarta.ws.rs' ********** 03-02-2022 15:14:54:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:54:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:54: 03-02-2022 15:14:54:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:54:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 03-02-2022 15:14:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:55:Static mode supports checks of static constants values null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.client' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:55:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.client' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 03-02-2022 15:14:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:55:Static mode supports checks of static constants values null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.core' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:55:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.core' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 03-02-2022 15:14:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:55:Static mode supports checks of static constants values null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.container' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:55:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.container' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 03-02-2022 15:14:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:55:Static mode supports checks of static constants values null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.ext' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:55:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 03-02-2022 15:14:55:********** Status Report 'jakarta.ws.rs.ext' ********** 03-02-2022 15:14:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:55:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 03-02-2022 15:14:55: 03-02-2022 15:14:55: 03-02-2022 15:14:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 03-02-2022 15:14:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 03-02-2022 15:14:55:Static mode supports checks of static constants values null 03-02-2022 15:14:56:********** Status Report 'jakarta.ws.rs.sse' ********** 03-02-2022 15:14:56:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:56:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 03-02-2022 15:14:56: 03-02-2022 15:14:56:********** VALIDATE IN REFLECTIVE MODE **** 03-02-2022 15:14:56:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d null 03-02-2022 15:14:56:********** Status Report 'jakarta.ws.rs.sse' ********** 03-02-2022 15:14:56:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 03-02-2022 15:14:56:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 03-02-2022 15:14:56:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 03-02-2022 15:14:56: 03-02-2022 15:14:56: 03-02-2022 15:14:56:****************************************************** ****************************************************** All package signatures passed. Passed packages listed below: jakarta.ws.rs(static mode) jakarta.ws.rs(reflection mode) jakarta.ws.rs.client(static mode) jakarta.ws.rs.client(reflection mode) jakarta.ws.rs.core(static mode) jakarta.ws.rs.core(reflection mode) jakarta.ws.rs.container(static mode) jakarta.ws.rs.container(reflection mode) jakarta.ws.rs.ext(static mode) jakarta.ws.rs.ext(reflection mode) jakarta.ws.rs.sse(static mode) jakarta.ws.rs.sse(reflection mode) ****************************************************** ****************************************************** 03-02-2022 15:14:56:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.839 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : synchronousTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 53 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 03-02-2022 15:14:56:FINISHED TEST : synchronousTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 29 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: application/atom+xml 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:application/json 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 16 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : asynchronousTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 53 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 03-02-2022 15:14:56:FINISHED TEST : asynchronousTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : checkClientConceptTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << concept 03-02-2022 15:14:56:FINISHED TEST : checkClientConceptTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientReaderWriterTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56:[Request] Adding entity: java.io.InputStreamReader@1bfea232 03-02-2022 15:14:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - >> java.io.InputStreamReader@1bfea232 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:56:FINISHED TEST : clientReaderWriterTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientReaderReaderTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:56:FINISHED TEST : clientReaderReaderTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientByteArrayWriterTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56:[Request] Adding entity: [B@4bd882d 03-02-2022 15:14:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - >> [B@4bd882d 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:56:FINISHED TEST : clientByteArrayWriterTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientSourceWriterTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56:[Request] Adding entity: javax.xml.transform.stream.StreamSource@1fe80940 03-02-2022 15:14:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 03-02-2022 15:14:56: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@1fe80940 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 104 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><xml>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</xml> 03-02-2022 15:14:56:FINISHED TEST : clientSourceWriterTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientInputStreamWriterTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:56:[Request] Adding entity: java.io.ByteArrayInputStream@3abdf5c 03-02-2022 15:14:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:56: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@3abdf5c 03-02-2022 15:14:56: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:56: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:56: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:56: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:56:FINISHED TEST : clientInputStreamWriterTest() 03-02-2022 15:14:56:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:56:STARTING TEST : clientMultivaluedMapWriterTest() 03-02-2022 15:14:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:56:############################### 03-02-2022 15:14:57:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@268eaf5a 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:14:57: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@268eaf5a 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 111 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientMultivaluedMapWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientByteArrayReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientByteArrayReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientSourceReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 76 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource> 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:application/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 76 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: application/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource> 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:application/atom+xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 76 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: application/atom+xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource> 03-02-2022 15:14:57:FINISHED TEST : clientSourceReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientInputStreamReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientInputStreamReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientAnyReaderUsageTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 94 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <READABLEWRITEABLE>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</READABLEWRITEABLE> 03-02-2022 15:14:57:FINISHED TEST : clientAnyReaderUsageTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientMultivaluedMapReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientMultivaluedMapReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientStringWriterTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientStringWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientDataSourceWriterTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@12ef18cb 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@12ef18cb 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientDataSourceWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientStreamingOutputWriterTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@52921ec7 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:14:57: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@52921ec7 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientStreamingOutputWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientFileWriterTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: /tmp/tckjaxrs10212082242183013736.tmp 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - >> /tmp/tckjaxrs10212082242183013736.tmp 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientFileWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientAnyWriterUsageTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: 1339633069677106930 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - >> 1339633069677106930 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 58 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <READABLEWRITEABLE>1339633069677106930</READABLEWRITEABLE> 03-02-2022 15:14:57:FINISHED TEST : clientAnyWriterUsageTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientStringReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientStringReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientDataSourceReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientDataSourceReaderTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientFileReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 55 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 03-02-2022 15:14:57:FINISHED TEST : clientFileReaderTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientJaxbElementWriterTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57:[Request] Adding entity: jakarta.xml.bind.JAXBElement@56bc0506 03-02-2022 15:14:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 03-02-2022 15:14:57: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@56bc0506 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 129 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</> 03-02-2022 15:14:57:FINISHED TEST : clientJaxbElementWriterTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : clientJaxbElementReaderTest() 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 90 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource> 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:application/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 90 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: application/xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource> 03-02-2022 15:14:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 03-02-2022 15:14:57:############################### 03-02-2022 15:14:57: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 03-02-2022 15:14:57: TRACE: [WIRE] - >> Accept:application/atom+xml 03-02-2022 15:14:57: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Length: 90 03-02-2022 15:14:57: TRACE: [WIRE] - << Content-Type: application/atom+xml 03-02-2022 15:14:57: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:57: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource> 03-02-2022 15:14:57:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : deepCopyConfigWebTargetLevelTest() 03-02-2022 15:14:57:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 03-02-2022 15:14:57:Testing method queryParam([Ljava.lang.String;@5bb002dd) 03-02-2022 15:14:57:Testing 2 WebTargets 03-02-2022 15:14:57:Testing method queryParam(path[Ljava.lang.String;@686c2fd) 03-02-2022 15:14:57:Testing 4 WebTargets 03-02-2022 15:14:57:Testing method queryParam(xyz[Ljava.lang.String;@416125a9) 03-02-2022 15:14:57:Testing 8 WebTargets 03-02-2022 15:14:57:checked queryParam() method 03-02-2022 15:14:57:Testing method resolveTemplateFromEncoded() 03-02-2022 15:14:57:Testing 16 WebTargets 03-02-2022 15:14:57:Testing method resolveTemplateFromEncoded(pathxyz) 03-02-2022 15:14:57:Testing 32 WebTargets 03-02-2022 15:14:57:Testing method resolveTemplateFromEncoded(path/path/path) 03-02-2022 15:14:57:Testing 64 WebTargets 03-02-2022 15:14:57:checked resolveTemplateFromEncoded() method 03-02-2022 15:14:57:Testing method resolveTemplates({=path}) 03-02-2022 15:14:57:Testing 128 WebTargets 03-02-2022 15:14:57:Testing method resolveTemplates({path=xyz}) 03-02-2022 15:14:57:Testing 256 WebTargets 03-02-2022 15:14:57:checked resolveTemplates() method 03-02-2022 15:14:57:Testing method resolveTemplatesFromEncoded({path=xyz}) 03-02-2022 15:14:57:Testing 512 WebTargets 03-02-2022 15:14:57:Testing method resolveTemplatesFromEncoded({path=xyz}) 03-02-2022 15:14:57:Testing 1024 WebTargets WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:57:checked resolveTemplatesFromEncoded() method 03-02-2022 15:14:57:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 03-02-2022 15:14:57:Testing method matrixParam([Ljava.lang.String;@5df8eb16) 03-02-2022 15:14:57:Testing 2 WebTargets 03-02-2022 15:14:57:Testing method matrixParam(matrix[Ljava.lang.String;@6bcce893) 03-02-2022 15:14:57:Testing 4 WebTargets 03-02-2022 15:14:57:checked matrixParam() method 03-02-2022 15:14:57:Testing method path() 03-02-2022 15:14:57:Testing 8 WebTargets 03-02-2022 15:14:57:Testing method path(/) 03-02-2022 15:14:57:Testing 16 WebTargets 03-02-2022 15:14:57:Testing method path(path) 03-02-2022 15:14:57:Testing 32 WebTargets 03-02-2022 15:14:57:Testing method path(path/path/path) 03-02-2022 15:14:57:Testing 64 WebTargets 03-02-2022 15:14:57:checked path() method 03-02-2022 15:14:57:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : mutableWithRespectToConfigTest() 03-02-2022 15:14:57:FINISHED TEST : mutableWithRespectToConfigTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : webTargetConfigNotImpactClientTest() 03-02-2022 15:14:57:FINISHED TEST : webTargetConfigNotImpactClientTest() 03-02-2022 15:14:57:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:57:STARTING TEST : deepCopyConfigClientLevelTest() 03-02-2022 15:14:57:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:Already registered 0 providers 03-02-2022 15:14:58:Already registered 0 properties 03-02-2022 15:14:58:STARTING TEST : defaultClientConfigurationPresetTest() 03-02-2022 15:14:58:FINISHED TEST : defaultClientConfigurationPresetTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:Already registered 0 providers 03-02-2022 15:14:58:Already registered 0 properties 03-02-2022 15:14:58:STARTING TEST : clientConfiguredTest() 03-02-2022 15:14:58:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : clientWriterTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 03-02-2022 15:14:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 100010101 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : clientWriterTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:14:58:STARTING TEST : clientReaderTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:14:58:[Request] Adding entity: stringbean 03-02-2022 15:14:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - >> stringbean 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << stringbean 03-02-2022 15:14:58:Injectables are 100010101 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : methodArgumentsInjectionTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 111111111 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : methodArgumentsInjectionTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : serverWriterInjectionTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58:[Request] Adding entity: 03-02-2022 15:14:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - >> 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 111111111 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : serverWriterInjectionTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : resourceInjectionTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 111111111 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : resourceInjectionTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : serverReaderInjectionTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58:[Request] Adding entity: 03-02-2022 15:14:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - >> 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 111111111 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : serverReaderInjectionTest() 03-02-2022 15:14:58:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:58:STARTING TEST : applicationInjectionTest() 03-02-2022 15:14:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 03-02-2022 15:14:58:############################### 03-02-2022 15:14:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 03-02-2022 15:14:58: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:14:58: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Length: 9 03-02-2022 15:14:58: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:58: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:58: TRACE: [WIRE] - << 111111111 03-02-2022 15:14:58:@Context injected as expected 03-02-2022 15:14:58:FINISHED TEST : applicationInjectionTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : noBindingTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 0 03-02-2022 15:14:59:Dynamic Bynding did not bind any filter or interceptor as expected 03-02-2022 15:14:59:FINISHED TEST : noBindingTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : dynamicBindingTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 12 03-02-2022 15:14:59:Dynamic feature bound filter and interceptor as expected 03-02-2022 15:14:59:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1120 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1814 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 6.2.3 logs.</u></p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 111011 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwExceptionOnInterceptorTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 11111 03-02-2022 15:14:59:Exception has been handled as expected 03-02-2022 15:14:59:FINISHED TEST : throwExceptionOnInterceptorTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 111011 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1814 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 6.2.3 logs.</u></p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : noNameBoundInterceptorTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 10020 03-02-2022 15:14:59:Only Globally bound interceptor has been invoked as expected 03-02-2022 15:14:59:FINISHED TEST : noNameBoundInterceptorTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1814 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;AddTenInterceptorThrowsException&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 6.2.3 logs.</u></p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwExceptionOnPreMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 10110 03-02-2022 15:14:59:Exception has been handled as expected 03-02-2022 15:14:59:FINISHED TEST : throwExceptionOnPreMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1120 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 6 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 110010 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwExceptionOnPostMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 200 OK 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << 11111 03-02-2022 15:14:59:Exception has been handled as expected 03-02-2022 15:14:59:FINISHED TEST : throwExceptionOnPostMatchingFilterTest() 03-02-2022 15:14:59:[JAXRSCommonClient] Test setup OK 03-02-2022 15:14:59:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() 03-02-2022 15:14:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:14:59:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:14:59:[Request] Adding entity: 0 03-02-2022 15:14:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 03-02-2022 15:14:59: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 03-02-2022 15:14:59: TRACE: [WIRE] - >> 0 03-02-2022 15:14:59: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 03-02-2022 15:14:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:14:59: TRACE: [WIRE] - << Connection: close 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Length: 1120 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:14:59: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:14:59: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:14:59: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:14:59:Exception has not been handled second time as expected 03-02-2022 15:14:59:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : nameBoundResourceTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: 0 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> 0 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << 12 03-02-2022 15:15:00:Bound as expected 03-02-2022 15:15:00:FINISHED TEST : nameBoundResourceTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : globalBoundResourceTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: 0 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> 0 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << 12 03-02-2022 15:15:00:Bound as expected 03-02-2022 15:15:00:FINISHED TEST : globalBoundResourceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : jaxbWriterContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for jaxb provider 03-02-2022 15:15:00:FINISHED TEST : jaxbWriterContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00:FINISHED TEST : stringReaderNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : inputStreamReaderContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered reader interceptor for inputstream provider 03-02-2022 15:15:00:FINISHED TEST : inputStreamReaderContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : dataSourceWriterContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for dataSource provider 03-02-2022 15:15:00:FINISHED TEST : dataSourceWriterContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : readerReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00:FINISHED TEST : readerReaderNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringBeanWriterContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for StringBean provider 03-02-2022 15:15:00:FINISHED TEST : stringBeanWriterContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringWriterNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:00:FINISHED TEST : stringWriterNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : byteArrayReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00:FINISHED TEST : byteArrayReaderNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringBeanReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00:FINISHED TEST : stringBeanReaderNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : readerWriterNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:00:FINISHED TEST : readerWriterNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : inputStreamWriterContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for inputstream provider 03-02-2022 15:15:00:FINISHED TEST : inputStreamWriterContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : byteArrayWriterNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:00:FINISHED TEST : byteArrayWriterNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringBeanWriterNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:00:FINISHED TEST : stringBeanWriterNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringBeanWriterClientInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for StringBean provider 03-02-2022 15:15:00:FINISHED TEST : stringBeanWriterClientInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : fileWriterClientInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: /tmp/temp17377056223251009505tmp 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> /tmp/temp17377056223251009505tmp 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for file provider 03-02-2022 15:15:00:FINISHED TEST : fileWriterClientInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : byteArrayWriterClientInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: [B@76220064 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> [B@76220064 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for bytearray provider 03-02-2022 15:15:00:FINISHED TEST : byteArrayWriterClientInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : byteArrayReaderContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered reader interceptor for bytearray provider 03-02-2022 15:15:00:FINISHED TEST : byteArrayReaderContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : stringReaderContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered reader interceptor for string provider 03-02-2022 15:15:00:FINISHED TEST : stringReaderContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : sourceWriterNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 141 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><stringsource><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource></stringsource> 03-02-2022 15:15:00:FINISHED TEST : sourceWriterNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : dataSourceWriterClientInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@190e8b9f 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@190e8b9f 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for dataSource provider 03-02-2022 15:15:00:FINISHED TEST : dataSourceWriterClientInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : inputStreamWriterClientInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: java.io.ByteArrayInputStream@27ed3ee7 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@27ed3ee7 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered writer interceptor for inputstream provider 03-02-2022 15:15:00:FINISHED TEST : inputStreamWriterClientInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : inputStreamReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00:FINISHED TEST : inputStreamReaderNoInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : fileReaderContainerInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:00:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile 03-02-2022 15:15:00: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:00: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:00: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:00: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:00: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:00: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:00: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:00:JAXRS called registered reader interceptor for file provider 03-02-2022 15:15:00:FINISHED TEST : fileReaderContainerInterceptorTest() 03-02-2022 15:15:00:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:00:STARTING TEST : fileReaderNoInterceptorTest() 03-02-2022 15:15:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 03-02-2022 15:15:00:############################### 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01:FINISHED TEST : fileReaderNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerReaderContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered reader interceptor for reader provider 03-02-2022 15:15:01:FINISHED TEST : readerReaderContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : dataSourceReaderNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01:FINISHED TEST : dataSourceReaderNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : jaxbReaderNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:01:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 58 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 03-02-2022 15:15:01:FINISHED TEST : jaxbReaderNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : byteArrayWriterContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for bytearray provider 03-02-2022 15:15:01:FINISHED TEST : byteArrayWriterContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : inputStreamWriterNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:01:FINISHED TEST : inputStreamWriterNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : stringWriterContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for string provider 03-02-2022 15:15:01:FINISHED TEST : stringWriterContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : jaxbReaderContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 68 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 03-02-2022 15:15:01:JAXRS called registered reader interceptor for jaxb provider 03-02-2022 15:15:01:FINISHED TEST : jaxbReaderContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : fileWriterNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:01:FINISHED TEST : fileWriterNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : fileWriterContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for file provider 03-02-2022 15:15:01:FINISHED TEST : fileWriterContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : jaxbWriterClientInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@19d96eb3, jakarta.xml.bind.JAXBElement<java.lang.String>} 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@19d96eb3 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for JAXBElement provider 03-02-2022 15:15:01:FINISHED TEST : jaxbWriterClientInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : dataSourceReaderContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered reader interceptor for dataSource provider 03-02-2022 15:15:01:FINISHED TEST : dataSourceReaderContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : stringWriterClientInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for string provider 03-02-2022 15:15:01:FINISHED TEST : stringWriterClientInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerWriterContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for reader provider 03-02-2022 15:15:01:FINISHED TEST : readerWriterContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : sourceWriterContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 108 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for source provider 03-02-2022 15:15:01:FINISHED TEST : sourceWriterContainerInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : dataSourceWriterNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 74 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:01:FINISHED TEST : dataSourceWriterNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : jaxbWriterNoInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 129 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource> 03-02-2022 15:15:01:FINISHED TEST : jaxbWriterNoInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerWriterClientInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: java.io.InputStreamReader@51ed6377 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> java.io.InputStreamReader@51ed6377 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered writer interceptor for reader provider 03-02-2022 15:15:01:FINISHED TEST : readerWriterClientInterceptorTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : stringBeanReaderContainerInterceptorTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content> 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 95 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor> 03-02-2022 15:15:01:JAXRS called registered reader interceptor for StringBean provider 03-02-2022 15:15:01:FINISHED TEST : stringBeanReaderContainerInterceptorTest() [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : writerContextOnClientTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT] 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT] 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 103 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain 03-02-2022 15:15:01:Last values set in contexts were used as expected 03-02-2022 15:15:01:FINISHED TEST : writerContextOnClientTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : writerContextOnContainerTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 103 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain 03-02-2022 15:15:01:Last values set in contexts were used as expected 03-02-2022 15:15:01:FINISHED TEST : writerContextOnContainerTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerContextOnContainerTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 03-02-2022 15:15:01:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 103 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain 03-02-2022 15:15:01:Last values set in contexts were used as expected 03-02-2022 15:15:01:FINISHED TEST : readerContextOnContainerTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerContextOnClientTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:01:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 56 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: */* 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 03-02-2022 15:15:01:Last values set in contexts were used as expected 03-02-2022 15:15:01:FINISHED TEST : readerContextOnClientTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << 101 03-02-2022 15:15:01:Both name bound interceptors has been bound as expected 03-02-2022 15:15:01:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << 1011 03-02-2022 15:15:01:Both name bound interceptors has been bound as expected 03-02-2022 15:15:01:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : singleInterceptorBoundTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten 03-02-2022 15:15:01: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:01: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Length: 2 03-02-2022 15:15:01: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:01: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:01: TRACE: [WIRE] - << 11 03-02-2022 15:15:01:Interceptor has been bound as expected 03-02-2022 15:15:01:FINISHED TEST : singleInterceptorBoundTest() 03-02-2022 15:15:01:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:01:STARTING TEST : readerWriterInterceptorBoundTest() 03-02-2022 15:15:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080' 03-02-2022 15:15:01:############################### 03-02-2022 15:15:02:[Request] Adding entity: 1111 03-02-2022 15:15:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo 03-02-2022 15:15:02: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:02: TRACE: [WIRE] - >> 1111 03-02-2022 15:15:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:02: TRACE: [WIRE] - << 1113 03-02-2022 15:15:02:Reader and Writer interceptor has been bound as expected 03-02-2022 15:15:02:FINISHED TEST : readerWriterInterceptorBoundTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest() 03-02-2022 15:15:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080' 03-02-2022 15:15:02:############################### 03-02-2022 15:15:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement 03-02-2022 15:15:02: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:02: TRACE: [WIRE] - << 10000 03-02-2022 15:15:02:No interceptor has been bound as expected 03-02-2022 15:15:02:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : noInterceptorBoundTest() 03-02-2022 15:15:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080' 03-02-2022 15:15:02:############################### 03-02-2022 15:15:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one 03-02-2022 15:15:02: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:02: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:15:02: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:02: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:02: TRACE: [WIRE] - << 1 03-02-2022 15:15:02:No interceptor has been bound as expected 03-02-2022 15:15:02:FINISHED TEST : noInterceptorBoundTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : test1() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : test1() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : test2() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : test2() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : throwableTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : throwableTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : clientErrorExceptionTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : clientErrorExceptionTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : filterChainTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : filterChainTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : mappedExceptionTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : mappedExceptionTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : exceptionTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080' WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : exceptionTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : runtimeExceptionTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : runtimeExceptionTest() 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : webapplicationExceptionTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : webapplicationExceptionTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:02:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:02:STARTING TEST : readWriteProviderTest() 03-02-2022 15:15:02:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:02 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:02:FINISHED TEST : readWriteProviderTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteInputStreamProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteInputStreamProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteStringProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteStringProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteMapProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteMapProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteReaderProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteReaderProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteDataSourceProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteDataSourceProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteBooleanProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteBooleanProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteJaxbProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteJaxbProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteStreamingOutputProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteStreamingOutputProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteIntegerProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteIntegerProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteSourceProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteSourceProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteCharacterProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteCharacterProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteByteArrayProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteByteArrayProviderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : readWriteFileProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : readWriteFileProviderTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : meadiaTypeDefaultTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : meadiaTypeDefaultTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : iterateAllAppJavaReadersTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : iterateAllAppJavaReadersTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : meadiaTypeContentTypeTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : meadiaTypeContentTypeTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : iterateFirstAppJavaReaderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : iterateFirstAppJavaReaderTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : noEntityProviderTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:03:FINISHED TEST : noEntityProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : contentTypeTextXmlGotTextWildCardTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : contentTypeTextPlainGotTextPlainTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : contentTypeTextPlainGotTextPlainTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest() 03-02-2022 15:15:03:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:03:STARTING TEST : contentTypeApplicationGotWildCardTest() 03-02-2022 15:15:03:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:03:FINISHED TEST : contentTypeApplicationGotWildCardTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : sourceProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : sourceProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : streamingOutputProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : streamingOutputProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : fileProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : fileProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : inputStreamProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : inputStreamProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : stringProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : stringProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readerProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : readerProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : byteArrayProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : byteArrayProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : dataSourceProviderTest() 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:04:FINISHED TEST : dataSourceProviderTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readWriteMapProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04:[Request] Adding entity: {map=[map]} 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:15:04: TRACE: [WIRE] - >> {map=[map]} 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << map=map 03-02-2022 15:15:04:FINISHED TEST : readWriteMapProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readWriteBooleanProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04:[Request] Adding entity: false 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - >> false 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << false 03-02-2022 15:15:04:FINISHED TEST : readWriteBooleanProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readWriteJaxbProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04:[Request] Adding entity: jakarta.xml.bind.JAXBElement@33cd3ff0 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml 03-02-2022 15:15:04: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@33cd3ff0 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 72 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: application/xml 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><jaxb>jaxb</jaxb> 03-02-2022 15:15:04:FINISHED TEST : readWriteJaxbProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readWriteIntegerProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04:[Request] Adding entity: 0 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - >> 0 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << 0 03-02-2022 15:15:04:FINISHED TEST : readWriteIntegerProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : readWriteCharacterProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04:[Request] Adding entity: a 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - >> a 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << a 03-02-2022 15:15:04:FINISHED TEST : readWriteCharacterProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : clientInputStreamProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04:FINISHED TEST : clientInputStreamProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : serverDataSourceProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:04:FINISHED TEST : serverDataSourceProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : clientMultivaluedMapProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04:FINISHED TEST : clientMultivaluedMapProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : serverFileProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:04:FINISHED TEST : serverFileProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : serverStringProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:04: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string 03-02-2022 15:15:04: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:04: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:04: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:04: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:04: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:04:FINISHED TEST : serverStringProviderTest() 03-02-2022 15:15:04:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:04:STARTING TEST : clientDataSourceProviderTest() 03-02-2022 15:15:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:04:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientDataSourceProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientCharProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 03-02-2022 15:15:05:FINISHED TEST : clientCharProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverReaderProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:05:FINISHED TEST : serverReaderProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverBooleanProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Connection: close 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:05:FINISHED TEST : serverBooleanProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientSourceProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientSourceProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientJaxbProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:application/xml 03-02-2022 15:15:05: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:Read JAXBElement entity is null as expected 03-02-2022 15:15:05:FINISHED TEST : clientJaxbProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverIntegerProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Connection: close 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:05:FINISHED TEST : serverIntegerProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverCharProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Connection: close 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:05:FINISHED TEST : serverCharProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientByteArrayProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientByteArrayProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverInputStreamProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:05:FINISHED TEST : serverInputStreamProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientBooleanProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 03-02-2022 15:15:05:FINISHED TEST : clientBooleanProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientStringProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientStringProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverJaxbProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 03-02-2022 15:15:05: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Connection: close 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:05:FINISHED TEST : serverJaxbProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientReaderProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientReaderProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverStreamingOutputProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: StreamingOutput 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - >> StreamingOutput 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 15 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: application/octet-stream 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << StreamingOutput 03-02-2022 15:15:05:FINISHED TEST : serverStreamingOutputProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverByteArrayProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:05:FINISHED TEST : serverByteArrayProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverBigDecimalProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << 400 BAD_REQUEST 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Connection: close 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1071 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:05:FINISHED TEST : serverBigDecimalProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientFileProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:FINISHED TEST : clientFileProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverSourceProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:05:FINISHED TEST : serverSourceProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientIntegerProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 03-02-2022 15:15:05:FINISHED TEST : clientIntegerProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : serverMultivaluedMapProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << EXPECTED 03-02-2022 15:15:05:FINISHED TEST : serverMultivaluedMapProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : clientBigDecimalProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 03-02-2022 15:15:05:FINISHED TEST : clientBigDecimalProviderTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderBigDecimalTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 2147483647 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 2147483647 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 2147483647 03-02-2022 15:15:05:Found expected entity 2147483647 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderBigDecimalTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderDoubleTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 3.141592653589793 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 3.141592653589793 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 17 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 3.141592653589793 03-02-2022 15:15:05:Found expected entity 3.141592653589793 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderDoubleTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderIntTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 2147483647 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 2147483647 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 2147483647 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderIntTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderCharacterTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: x 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> x 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << x 03-02-2022 15:15:05:Found expected entity x 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderCharacterTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderCharTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:05:[Request] Adding entity: x 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> x 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 1 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << x 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderCharTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderIntegerTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 2147483647 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 2147483647 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 2147483647 03-02-2022 15:15:05:Found expected entity 2147483647 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderIntegerTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : mapElementProviderTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: {map=[map]} 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded 03-02-2022 15:15:05: TRACE: [WIRE] - >> {map=[map]} 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << map=map 03-02-2022 15:15:05:found expected MultivaluedMap {map=[map]} 03-02-2022 15:15:05:FINISHED TEST : mapElementProviderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderBoolTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: false 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> false 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 5 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << false 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderBoolTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderLongTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 9223372036854775807 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 9223372036854775807 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 9223372036854775807 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderLongTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderBigLongTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: 9223372036854775807 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> 9223372036854775807 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 19 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << 9223372036854775807 03-02-2022 15:15:05:Found expected entity 9223372036854775807 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderBigLongTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : readWriteProviderBooleanTest() 03-02-2022 15:15:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080' 03-02-2022 15:15:05:############################### 03-02-2022 15:15:05:[Request] Adding entity: true 03-02-2022 15:15:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean 03-02-2022 15:15:05: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - >> true WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:05: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Length: 4 03-02-2022 15:15:05: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:05: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:05: TRACE: [WIRE] - << true 03-02-2022 15:15:05:Found expected entity true 03-02-2022 15:15:05:FINISHED TEST : readWriteProviderBooleanTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : jaxbElementProviderTest() 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:FINISHED TEST : jaxbElementProviderTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : bodyWriterTest() 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:FINISHED TEST : bodyWriterTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : bodyReaderTest() 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:FINISHED TEST : bodyReaderTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : contextResolverTest() 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:FINISHED TEST : contextResolverTest() 03-02-2022 15:15:05:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:05:STARTING TEST : exceptionMapperTest() 03-02-2022 15:15:05:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:05:FINISHED TEST : exceptionMapperTest() WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : supportXmlByDefaultWriterTest() 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 59 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Type: application/xml 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06: TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER; 03-02-2022 15:15:06:FINISHED TEST : supportXmlByDefaultWriterTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : supportXmlByXmlWriterTest() 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 77 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Type: application/xml 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06: TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER; 03-02-2022 15:15:06:FINISHED TEST : supportXmlByXmlWriterTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : supportAllTest() 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 137 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06: TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER; 03-02-2022 15:15:06:FINISHED TEST : supportAllTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : supportAppJavaTest() 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: application/java 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> application/java 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 40 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Type: application/java 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06: TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER; 03-02-2022 15:15:06:FINISHED TEST : supportAppJavaTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : responseSubClassTest() 03-02-2022 15:15:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080' 03-02-2022 15:15:06:############################### 03-02-2022 15:15:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse 03-02-2022 15:15:06: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:06: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Length: 96 03-02-2022 15:15:06: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:15:06: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:06: TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER; 03-02-2022 15:15:06:FINISHED TEST : responseSubClassTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectConsumesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectConsumesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectPathOnClassAndRequestTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080' WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 03-02-2022 15:15:06:FINISHED TEST : incorrectPathOnClassAndRequestTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : formParamTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : formParamTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectPathOnClassTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectPathOnClassTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : correctProducesConsumesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : correctProducesConsumesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : queryParamPqrTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : queryParamPqrTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : correctRequestTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : correctRequestTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : matrixParamPqrTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : matrixParamPqrTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : correctTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : correctTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectProdecesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectProdecesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectPathOnMethodTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectPathOnMethodTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : queryParamXyzTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : queryParamXyzTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectConsumesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectConsumesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : formParamTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : formParamTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectPathOnClassTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectPathOnClassTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : queryParamPqrTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : queryParamPqrTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : correctRequestTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : correctRequestTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectProducesConsumesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectProducesConsumesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : correctTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : correctTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectProdecesTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectProdecesTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : incorrectPathOnMethodTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:06:FINISHED TEST : incorrectPathOnMethodTest() 03-02-2022 15:15:06:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:06:STARTING TEST : queryParamXyzTest() 03-02-2022 15:15:06:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:06 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:06:FINISHED TEST : queryParamXyzTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : checkEntityIsNotSetTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_locator_web/resource/sub;resmatrix=resarg;submatrix=subarg;entity=entityarg; HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : checkEntityIsNotSetTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesOnResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesOnResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : concreteOverStarWhenAcceptStarTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : concreteOverStarWhenAcceptStarTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : headOnSubResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : headOnSubResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : resourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : resourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : locatorNameTooLongAgainTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : locatorNameTooLongAgainTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : requestNotSupportedOnResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : requestNotSupportedOnResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesCorrectContentTypeOnResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesCorrectContentTypeOnResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOnResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOnResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesCorrectContentTypeOnResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesCorrectContentTypeOnResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesOnSubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesOnSubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : l2SubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : l2SubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOnResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOnResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : slashUriTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : slashUriTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : descendantSubResourcePathValueTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : descendantSubResourcePathValueTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : slashAppNameTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : slashAppNameTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesOnResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesOnResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : foundAnotherResourceLocatorByPathTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : foundAnotherResourceLocatorByPathTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : qualityDeterminesTextATest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : qualityDeterminesTextATest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : qualityDeterminesTextBTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : qualityDeterminesTextBTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : descendantResourcePathValueTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : descendantResourcePathValueTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : requestNotSupportedOnSubResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : requestNotSupportedOnSubResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : requestNotSupportedOnResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : requestNotSupportedOnResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : producesOnSubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : producesOnSubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : locatorNameTooLongTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : locatorNameTooLongTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : wrongAppNameTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : wrongAppNameTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : optionsOnSubResourceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:Header Allow: GET found as expected 03-02-2022 15:15:07:FINISHED TEST : optionsOnSubResourceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : methodNotFoundTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : methodNotFoundTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : concreteOverStarTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : concreteOverStarTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : slashWrongUriTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : slashWrongUriTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : methodProducesTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : methodProducesTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : appPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : appPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : imagePreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : imagePreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : responseOverrideNoProducesTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : responseOverrideNoProducesTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : noPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : noPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : clientXmlHtmlPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : clientXmlHtmlPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : responseOverrideTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : responseOverrideTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : mesageBodyWriterProducesTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : mesageBodyWriterProducesTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : clientHtmlXmlPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : clientHtmlXmlPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : classProducesTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : classProducesTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : clientAnyPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : clientAnyPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : responseNotAllowedToOverrideTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : responseNotAllowedToOverrideTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : textPreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : textPreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : defaultResponseErrorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:07:FINISHED TEST : defaultResponseErrorTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : clientImagePreferenceTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:07 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:07:FINISHED TEST : clientImagePreferenceTest() 03-02-2022 15:15:07:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:07:STARTING TEST : defaultErrorTest() 03-02-2022 15:15:07:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' 03-02-2022 15:15:07:FINISHED TEST : defaultErrorTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : enumQueryTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << FROMSTRING 03-02-2022 15:15:08:FINISHED TEST : enumQueryTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityHeaderTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << VALUEOF 03-02-2022 15:15:08:FINISHED TEST : entityHeaderTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : enumCookieTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << FROMSTRING 03-02-2022 15:15:08:FINISHED TEST : enumCookieTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityQueryTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << VALUEOF 03-02-2022 15:15:08:FINISHED TEST : entityQueryTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityCookieTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << VALUEOF 03-02-2022 15:15:08:FINISHED TEST : entityCookieTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : enumMaxtrixTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << FROMSTRING 03-02-2022 15:15:08:FINISHED TEST : enumMaxtrixTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityMaxtrixTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << VALUEOF 03-02-2022 15:15:08:FINISHED TEST : entityMaxtrixTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : enumPathTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << FROMSTRING 03-02-2022 15:15:08:FINISHED TEST : enumPathTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityPathTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << VALUEOF 03-02-2022 15:15:08:FINISHED TEST : entityPathTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : enumHeaderTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 10 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << FROMSTRING 03-02-2022 15:15:08:FINISHED TEST : enumHeaderTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : packageVisibilityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 1048 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:08:FINISHED TEST : packageVisibilityTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : constructorWithQueryParamUsedTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:15:08:FINISHED TEST : constructorWithQueryParamUsedTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : privateVisibilityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 1048 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:08:FINISHED TEST : privateVisibilityTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : visibleTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 0 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : visibleTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : constructorWithMatrixParamUsedTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:15:08:FINISHED TEST : constructorWithMatrixParamUsedTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : constructorWithHeaderParamUsedTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:15:08:FINISHED TEST : constructorWithHeaderParamUsedTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : constructorWithCookieParamUsedTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:15:08:FINISHED TEST : constructorWithCookieParamUsedTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : constructorWithPathParamUsedTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 8 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << ABCDEFGH 03-02-2022 15:15:08:FINISHED TEST : constructorWithPathParamUsedTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : protectedVisibilityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 404 NOT_FOUND 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 1048 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:08:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : voidTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : voidTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityResponseTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 58 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE> 03-02-2022 15:15:08:FINISHED TEST : entityResponseTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : notAcceptableTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:text/html 03-02-2022 15:15:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 1176 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Language: 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/html 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 6.2.3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 6.2.3 </h3></body></html> 03-02-2022 15:15:08:FINISHED TEST : notAcceptableTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : nullGenericEntityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : nullGenericEntityTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : defaultStatusTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 7 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << I am OK 03-02-2022 15:15:08:FINISHED TEST : defaultStatusTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : nullEntityResponseTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : nullEntityResponseTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : genericEntityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 36 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 03-02-2022 15:15:08:FINISHED TEST : genericEntityTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : nullEntityTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : nullEntityTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : nullResponseTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:*/* 03-02-2022 15:15:08: TRACE: [WIRE] - << 204 NO_CONTENT 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08:FINISHED TEST : nullResponseTest() 03-02-2022 15:15:08:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:08:STARTING TEST : entityBodyTest() 03-02-2022 15:15:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 03-02-2022 15:15:08:############################### 03-02-2022 15:15:08: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 03-02-2022 15:15:08: TRACE: [WIRE] - >> Accept:text/xml 03-02-2022 15:15:08: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 6.2.3 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Length: 58 03-02-2022 15:15:08: TRACE: [WIRE] - << Content-Type: text/xml 03-02-2022 15:15:08: TRACE: [WIRE] - << X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.3 Java/Oracle Corporation/11) 03-02-2022 15:15:08: TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE> 03-02-2022 15:15:08:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test1() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test1() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test2() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test2() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test3() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test3() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test4() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test4() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test5() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test5() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : Test6() 03-02-2022 15:15:09:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' Mar 02, 2022 3:15:09 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 03-02-2022 15:15:09:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setAnnotationsNullThrowsNPETest() WAITING:WAITING:03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 03-02-2022 15:15:09:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : setAnnotationsNullThrowsNPETest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setAnnotationsTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : setAnnotationsTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setGenericTypeTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : setGenericTypeTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : getMediaTypeTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: application/json 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : webApplicationExceptionTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 03-02-2022 15:15:09:FINISHED TEST : webApplicationExceptionTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setPropertyNullTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : setPropertyNullTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : ioExceptionTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:found expected IOException java.io.IOException: IOException has been thrown as expected 03-02-2022 15:15:09:FINISHED TEST : ioExceptionTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: GETPROPERTY 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setMediaTypeTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:09: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:09: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 03-02-2022 15:15:09: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:09: TRACE: [WIRE] - << Entity 03-02-2022 15:15:09:FINISHED TEST : setMediaTypeTest() 03-02-2022 15:15:09:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:09:STARTING TEST : setTypeTest() 03-02-2022 15:15:09:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:09:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: SETTYPE 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:#setType set correct type java.io.InputStreamReader 03-02-2022 15:15:10:FINISHED TEST : setTypeTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getTypeTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETTYPE 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getTypeTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getAnnotationsTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getAnnotationsTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getGenericTypeTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getGenericTypeTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : setPropertyTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: SETPROPERTY 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : setPropertyTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : removePropertyTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getHeadersHeadersSetTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETHEADERS 03-02-2022 15:15:10: TRACE: [WIRE] - << Property0: any 03-02-2022 15:15:10: TRACE: [WIRE] - << Property1: any 03-02-2022 15:15:10: TRACE: [WIRE] - << Property2: any 03-02-2022 15:15:10: TRACE: [WIRE] - << Property3: any 03-02-2022 15:15:10: TRACE: [WIRE] - << Property4: any 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getHeadersHeadersSetTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : setInputStreamTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : setInputStreamTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getHeadersOperationSetTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETHEADERS 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getHeadersOperationSetTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : getInputStreamTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << getInputStreamEntity 03-02-2022 15:15:10:FINISHED TEST : getInputStreamTest() 03-02-2022 15:15:10:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:10:STARTING TEST : proceedThrowsIOExceptionTest() 03-02-2022 15:15:10:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 03-02-2022 15:15:10:############################### 03-02-2022 15:15:10: TRACE: [WIRE] - << 200 OK 03-02-2022 15:15:10: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 03-02-2022 15:15:10: TRACE: [WIRE] - << Content-Type: text/plain 03-02-2022 15:15:10: TRACE: [WIRE] - << Entity 03-02-2022 15:15:10:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 03-02-2022 15:15:10:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 03-02-2022 15:15:10:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 03-02-2022 15:15:10:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 03-02-2022 15:15:10:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 03-02-2022 15:15:10:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 03-02-2022 15:15:10:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : checkCreatedResponseBuilderTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedResponseBuilderTest() 03-02-2022 15:15:10:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedUriBuilderTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedUriBuilderTest() 03-02-2022 15:15:10:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 03-02-2022 15:15:10:STARTING TEST : createEndpointTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 03-02-2022 15:15:10:FINISHED TEST : createEndpointTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedVariantListBuilderTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedVariantListBuilderTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 03-02-2022 15:15:10:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 03-02-2022 15:15:10:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : familyOfTest() 03-02-2022 15:15:10:#familyOf() returned expected Family for given statuses 03-02-2022 15:15:10:FINISHED TEST : familyOfTest() 03-02-2022 15:15:10:STARTING TEST : getStatusCodeTest() 03-02-2022 15:15:10:Found expected status code 200 for status 200 03-02-2022 15:15:10:Found expected status code 201 for status 201 03-02-2022 15:15:10:Found expected status code 202 for status 202 03-02-2022 15:15:10:Found expected status code 204 for status 204 03-02-2022 15:15:10:Found expected status code 205 for status 205 03-02-2022 15:15:10:Found expected status code 206 for status 206 03-02-2022 15:15:10:Found expected status code 301 for status 301 03-02-2022 15:15:10:Found expected status code 302 for status 302 03-02-2022 15:15:10:Found expected status code 303 for status 303 03-02-2022 15:15:10:Found expected status code 304 for status 304 03-02-2022 15:15:10:Found expected status code 305 for status 305 03-02-2022 15:15:10:Found expected status code 307 for status 307 03-02-2022 15:15:10:Found expected status code 400 for status 400 03-02-2022 15:15:10:Found expected status code 401 for status 401 03-02-2022 15:15:10:Found expected status code 402 for status 402 03-02-2022 15:15:10:Found expected status code 403 for status 403 03-02-2022 15:15:10:Found expected status code 404 for status 404 03-02-2022 15:15:10:Found expected status code 405 for status 405 03-02-2022 15:15:10:Found expected status code 406 for status 406 03-02-2022 15:15:10:Found expected status code 407 for status 407 03-02-2022 15:15:10:Found expected status code 408 for status 408 03-02-2022 15:15:10:Found expected status code 409 for status 409 03-02-2022 15:15:10:Found expected status code 410 for status 410 03-02-2022 15:15:10:Found expected status code 411 for status 411 03-02-2022 15:15:10:Found expected status code 412 for status 412 03-02-2022 15:15:10:Found expected status code 413 for status 413 03-02-2022 15:15:10:Found expected status code 414 for status 414 03-02-2022 15:15:10:Found expected status code 415 for status 415 03-02-2022 15:15:10:Found expected status code 416 for status 416 03-02-2022 15:15:10:Found expected status code 417 for status 417 03-02-2022 15:15:10:Found expected status code 500 for status 500 03-02-2022 15:15:10:Found expected status code 501 for status 501 03-02-2022 15:15:10:Found expected status code 502 for status 502 03-02-2022 15:15:10:Found expected status code 503 for status 503 03-02-2022 15:15:10:Found expected status code 504 for status 504 03-02-2022 15:15:10:Found expected status code 505 for status 505 03-02-2022 15:15:10:FINISHED TEST : getStatusCodeTest() 03-02-2022 15:15:10:STARTING TEST : getFamilyTest() 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 200 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 201 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 202 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 204 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 205 03-02-2022 15:15:10:Found expected family SUCCESSFUL for status 206 03-02-2022 15:15:10:Found expected family REDIRECTION for status 301 03-02-2022 15:15:10:Found expected family REDIRECTION for status 302 03-02-2022 15:15:10:Found expected family REDIRECTION for status 303 03-02-2022 15:15:10:Found expected family REDIRECTION for status 304 03-02-2022 15:15:10:Found expected family REDIRECTION for status 305 03-02-2022 15:15:10:Found expected family REDIRECTION for status 307 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 400 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 401 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 402 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 403 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 404 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 405 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 406 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 407 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 408 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 409 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 410 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 411 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 412 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 413 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 414 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 415 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 416 03-02-2022 15:15:10:Found expected family CLIENT_ERROR for status 417 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 500 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 501 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 502 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 503 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 504 03-02-2022 15:15:10:Found expected family SERVER_ERROR for status 505 03-02-2022 15:15:10:FINISHED TEST : getFamilyTest() 03-02-2022 15:15:10:STARTING TEST : getReasonPhraseTest() 03-02-2022 15:15:10:Found expected phrase OK for status 200 03-02-2022 15:15:10:Found expected phrase Created for status 201 03-02-2022 15:15:10:Found expected phrase Accepted for status 202 03-02-2022 15:15:10:Found expected phrase No Content for status 204 03-02-2022 15:15:10:Found expected phrase Reset Content for status 205 03-02-2022 15:15:10:Found expected phrase Partial Content for status 206 03-02-2022 15:15:10:Found expected phrase Moved Permanently for status 301 03-02-2022 15:15:10:Found expected phrase Found for status 302 03-02-2022 15:15:10:Found expected phrase See Other for status 303 03-02-2022 15:15:10:Found expected phrase Not Modified for status 304 03-02-2022 15:15:10:Found expected phrase Use Proxy for status 305 03-02-2022 15:15:10:Found expected phrase Temporary Redirect for status 307 03-02-2022 15:15:10:Found expected phrase Bad Request for status 400 03-02-2022 15:15:10:Found expected phrase Unauthorized for status 401 03-02-2022 15:15:10:Found expected phrase Payment Required for status 402 03-02-2022 15:15:10:Found expected phrase Forbidden for status 403 03-02-2022 15:15:10:Found expected phrase Not Found for status 404 03-02-2022 15:15:10:Found expected phrase Method Not Allowed for status 405 03-02-2022 15:15:10:Found expected phrase Not Acceptable for status 406 03-02-2022 15:15:10:Found expected phrase Proxy Authentication Required for status 407 03-02-2022 15:15:10:Found expected phrase Request Timeout for status 408 03-02-2022 15:15:10:Found expected phrase Conflict for status 409 03-02-2022 15:15:10:Found expected phrase Gone for status 410 03-02-2022 15:15:10:Found expected phrase Length Required for status 411 03-02-2022 15:15:10:Found expected phrase Precondition Failed for status 412 03-02-2022 15:15:10:Found expected phrase Request Entity Too Large for status 413 03-02-2022 15:15:10:Found expected phrase Request-URI Too Long for status 414 03-02-2022 15:15:10:Found expected phrase Unsupported Media Type for status 415 03-02-2022 15:15:10:Found expected phrase Requested Range Not Satisfiable for status 416 03-02-2022 15:15:10:Found expected phrase Expectation Failed for status 417 03-02-2022 15:15:10:Found expected phrase Internal Server Error for status 500 03-02-2022 15:15:10:Found expected phrase Not Implemented for status 501 03-02-2022 15:15:10:Found expected phrase Bad Gateway for status 502 03-02-2022 15:15:10:Found expected phrase Service Unavailable for status 503 03-02-2022 15:15:10:Found expected phrase Gateway Timeout for status 504 03-02-2022 15:15:10:Found expected phrase HTTP Version Not Supported for status 505 03-02-2022 15:15:10:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : isRegisteredProviderRegisteredClassTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found registered CallableProvider1 as expected on Client configuration 03-02-2022 15:15:10:Found registered CallableProvider2 as expected on WebTarget configuration 03-02-2022 15:15:10:Found registered CallableProvider1 as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 03-02-2022 15:15:10:STARTING TEST : getRuntimeTypeTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getRuntimeType() is CLIENT as expected on Client configuration 03-02-2022 15:15:10:#getRuntimeType() is CLIENT as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : getRuntimeTypeTest() 03-02-2022 15:15:10:STARTING TEST : getContractsTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 03-02-2022 15:15:10:Found expected priority 124 03-02-2022 15:15:10:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 03-02-2022 15:15:10:Found expected priority 124 03-02-2022 15:15:10:FINISHED TEST : getContractsTest() 03-02-2022 15:15:10:STARTING TEST : getContractsIsNeverNullTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getContracts() is not null as expected on Client configuration 03-02-2022 15:15:10:#getContracts() is not null as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : getContractsIsNeverNullTest() 03-02-2022 15:15:10:STARTING TEST : getClassesIsNeverNullTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getClasses() is not null as expected on Client configuration 03-02-2022 15:15:10:#getClasses() is not null as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : getClassesIsNeverNullTest() 03-02-2022 15:15:10:STARTING TEST : getClassesTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 providers 03-02-2022 15:15:10:Found 2 providers 03-02-2022 15:15:10:FINISHED TEST : getClassesTest() 03-02-2022 15:15:10:STARTING TEST : getInstancesIsImmutableTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 0 providers 03-02-2022 15:15:10:Found 0 providers 03-02-2022 15:15:10:FINISHED TEST : getInstancesIsImmutableTest() 03-02-2022 15:15:10:STARTING TEST : getPropertiesIsImmutableTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 properties 03-02-2022 15:15:10:Found 2 properties 03-02-2022 15:15:10:FINISHED TEST : getPropertiesIsImmutableTest() 03-02-2022 15:15:10:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 properties 03-02-2022 15:15:10:Found 2 properties 03-02-2022 15:15:10:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:15:10:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getProperty('nonexisting') is null as expected 03-02-2022 15:15:10:#getProperty('nonexisting') is null as expected 03-02-2022 15:15:10:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:15:10:STARTING TEST : getPropertyTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found property0 03-02-2022 15:15:10:Found property1 03-02-2022 15:15:10:FINISHED TEST : getPropertyTest() 03-02-2022 15:15:10:STARTING TEST : getInstancesIsNeverNullTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:#getInstances() is not null as expected on Client configuration 03-02-2022 15:15:10:#getInstances() is not null as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : getInstancesIsNeverNullTest() 03-02-2022 15:15:10:STARTING TEST : getPropertiesTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 properties 03-02-2022 15:15:10:Found 2 properties 03-02-2022 15:15:10:FINISHED TEST : getPropertiesTest() 03-02-2022 15:15:10:STARTING TEST : getClassesIsImmutableTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 0 providers 03-02-2022 15:15:10:Found 0 providers 03-02-2022 15:15:10:Found 0 providers 03-02-2022 15:15:10:FINISHED TEST : getClassesIsImmutableTest() 03-02-2022 15:15:10:STARTING TEST : getInstancesTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 providers 03-02-2022 15:15:10:Found 2 providers 03-02-2022 15:15:10:FINISHED TEST : getInstancesTest() 03-02-2022 15:15:10:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found registered CallableProvider1 as expected on Client configuration 03-02-2022 15:15:10:Found registered CallableProvider2 as expected on WebTarget configuration 03-02-2022 15:15:10:Found registered CallableProvider1 as expected on WebTarget configuration 03-02-2022 15:15:10:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 03-02-2022 15:15:10:STARTING TEST : getPropertyNamesIsImmutableTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Already registered 0 properties 03-02-2022 15:15:10:Found 1 properties 03-02-2022 15:15:10:Found 2 properties 03-02-2022 15:15:10:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 03-02-2022 15:15:10:STARTING TEST : registerClassContractsTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:FINISHED TEST : registerClassContractsTest() 03-02-2022 15:15:10:STARTING TEST : registerFeatureInstanceReturningFalseTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 03-02-2022 15:15:10:STARTING TEST : registerFeatureClassReturningFalseTest() 03-02-2022 15:15:10:Already registered 0 classes 03-02-2022 15:15:10:Already registered 0 instances 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:Found 1 features 03-02-2022 15:15:10:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:Got expected template {v}/{w}/{x}/{y}/{w} 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:STARTING TEST : toTemplateTest() 03-02-2022 15:15:10:Got expected template {v}/{w}/{x}/{y}/{w} 03-02-2022 15:15:10:FINISHED TEST : toTemplateTest() 03-02-2022 15:15:10:STARTING TEST : replacePathTest1() 03-02-2022 15:15:10:FINISHED TEST : replacePathTest1() 03-02-2022 15:15:10:STARTING TEST : replacePathTest2() 03-02-2022 15:15:10:FINISHED TEST : replacePathTest2() 03-02-2022 15:15:10:STARTING TEST : replacePathTest3() 03-02-2022 15:15:10:FINISHED TEST : replacePathTest3() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : uriStringTest() 03-02-2022 15:15:10:FINISHED TEST : uriStringTest() 03-02-2022 15:15:10:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 03-02-2022 15:15:10:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException: The annotated element "public jakarta.ws.rs.core.Response ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.TestPath.getPlain()" is not annotated with @Path. 03-02-2022 15:15:10:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 03-02-2022 15:15:10:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 03-02-2022 15:15:10:#IllegalArgumentException has been thrown as expected for #uri(noURI) 03-02-2022 15:15:10:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:STARTING TEST : fromLinkTest() 03-02-2022 15:15:10:URI fromLink is equal to the expected URI 03-02-2022 15:15:10:FINISHED TEST : fromLinkTest() 03-02-2022 15:15:10:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 03-02-2022 15:15:10:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 03-02-2022 15:15:10:STARTING TEST : uriTest1() 03-02-2022 15:15:10:FINISHED TEST : uriTest1() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 03-02-2022 15:15:10:STARTING TEST : replaceQueryParamTest1() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryParamTest1() 03-02-2022 15:15:10:STARTING TEST : replaceQueryParamTest2() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryParamTest2() 03-02-2022 15:15:10:STARTING TEST : replaceQueryParamTest3() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryParamTest3() 03-02-2022 15:15:10:STARTING TEST : schemeTest1() 03-02-2022 15:15:10:FINISHED TEST : schemeTest1() 03-02-2022 15:15:10:STARTING TEST : schemeTest2() 03-02-2022 15:15:10:FINISHED TEST : schemeTest2() 03-02-2022 15:15:10:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 03-02-2022 15:15:10:STARTING TEST : buildFromMapTest1() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapTest1() 03-02-2022 15:15:10:STARTING TEST : buildFromMapTest2() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapTest2() 03-02-2022 15:15:10:STARTING TEST : buildFromMapTest3() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapTest3() 03-02-2022 15:15:10:STARTING TEST : buildFromMapTest4() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapTest4() 03-02-2022 15:15:10:STARTING TEST : buildFromMapTest5() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapTest5() 03-02-2022 15:15:10:STARTING TEST : fragmentTest1() 03-02-2022 15:15:10:FINISHED TEST : fragmentTest1() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : hostTest1() 03-02-2022 15:15:10:FINISHED TEST : hostTest1() 03-02-2022 15:15:10:STARTING TEST : hostTest2() 03-02-2022 15:15:10:FINISHED TEST : hostTest2() 03-02-2022 15:15:10:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 03-02-2022 15:15:10:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 03-02-2022 15:15:10:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 03-02-2022 15:15:10:STARTING TEST : userInfoTest() foo:foo foo:foo 03-02-2022 15:15:10:FINISHED TEST : userInfoTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 03-02-2022 15:15:10:Got expected template {v}/{w}/{x}/{y}/{w} 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 03-02-2022 15:15:10:STARTING TEST : buildTest1() 03-02-2022 15:15:10:FINISHED TEST : buildTest1() 03-02-2022 15:15:10:STARTING TEST : buildTest2() 03-02-2022 15:15:10:FINISHED TEST : buildTest2() 03-02-2022 15:15:10:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 03-02-2022 15:15:10:STARTING TEST : pathTest0() 03-02-2022 15:15:10:FINISHED TEST : pathTest0() 03-02-2022 15:15:10:STARTING TEST : pathTest1() 03-02-2022 15:15:10:FINISHED TEST : pathTest1() 03-02-2022 15:15:10:STARTING TEST : pathTest2() 03-02-2022 15:15:10:FINISHED TEST : pathTest2() 03-02-2022 15:15:10:STARTING TEST : pathTest3() 03-02-2022 15:15:10:FINISHED TEST : pathTest3() 03-02-2022 15:15:10:STARTING TEST : pathTest4() 03-02-2022 15:15:10:FINISHED TEST : pathTest4() 03-02-2022 15:15:10:STARTING TEST : pathTest5() 03-02-2022 15:15:10:FINISHED TEST : pathTest5() 03-02-2022 15:15:10:STARTING TEST : pathTest6() 03-02-2022 15:15:10:FINISHED TEST : pathTest6() 03-02-2022 15:15:10:STARTING TEST : pathTest7() 03-02-2022 15:15:10:FINISHED TEST : pathTest7() 03-02-2022 15:15:10:STARTING TEST : pathTest8() 03-02-2022 15:15:10:FINISHED TEST : pathTest8() 03-02-2022 15:15:10:STARTING TEST : pathTest9() 03-02-2022 15:15:10:FINISHED TEST : pathTest9() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : templateTest1() 03-02-2022 15:15:10:FINISHED TEST : templateTest1() 03-02-2022 15:15:10:STARTING TEST : templateTest2() 03-02-2022 15:15:10:FINISHED TEST : templateTest2() 03-02-2022 15:15:10:STARTING TEST : uriTest() 03-02-2022 15:15:10:Replace uri with http://ftp.is.co.za/rfc/rfc1808.txt Got expected return: http://ftp.is.co.za/rfc/rfc1808.txt Replace uri with //ftp.is.co.za/test/rfc1808.txt Got expected return: ftp://ftp.is.co.za/test/rfc1808.txt Replace uri with mailto:java-net@java.sun.com Got expected return: mailto:java-net@java.sun.com Replace uri with testuser@sun.com Got expected return: mailto:testuser@sun.com Replace uri with http://comp.lang.java Got expected return: http://comp.lang.java Replace uri with news.lang.java Got expected return: news:news.lang.java Replace uri with urn:isbn:096139210x Got expected return: urn:isbn:096139210x Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with ldap://[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with //[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with tel:+1-816-555-1212 Got expected return: tel:+1-816-555-1212 Replace uri with +1-866-555-1212 Got expected return: tel:+1-866-555-1212 Replace uri with telnet://192.0.2.16:80/ Got expected return: telnet://192.0.2.16:80/ Replace uri with //192.0.2.16:81/ Got expected return: telnet://192.0.2.16:81/ Replace uri with http://example.com:8042/over/there?name=ferret Got expected return: http://example.com:8042/over/there?name=ferret#nose Replace uri with //example.com:8042/over/there?name=ferret#mouth Got expected return: foo://example.com:8042/over/there?name=ferret#mouth 03-02-2022 15:15:10:FINISHED TEST : uriTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 03-02-2022 15:15:10:STARTING TEST : uriStringThrowsIAEWhenNullTest() 03-02-2022 15:15:10:#IllegalArgumentException has been thrown as expected for #uri(null) 03-02-2022 15:15:10:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 03-02-2022 15:15:10:STARTING TEST : replaceQueryTest1() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryTest1() 03-02-2022 15:15:10:STARTING TEST : replaceQueryTest2() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryTest2() 03-02-2022 15:15:10:STARTING TEST : replaceQueryTest3() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryTest3() 03-02-2022 15:15:10:STARTING TEST : replaceQueryTest4() 03-02-2022 15:15:10:FINISHED TEST : replaceQueryTest4() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesFromEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesFromEncodedTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : uriBuilderExceptionTest1() 03-02-2022 15:15:10:FINISHED TEST : uriBuilderExceptionTest1() 03-02-2022 15:15:10:STARTING TEST : uriBuilderExceptionTest2() 03-02-2022 15:15:10:FINISHED TEST : uriBuilderExceptionTest2() 03-02-2022 15:15:10:STARTING TEST : uriBuilderExceptionTest3() 03-02-2022 15:15:10:FINISHED TEST : uriBuilderExceptionTest3() 03-02-2022 15:15:10:STARTING TEST : uriBuilderExceptionTest4() 03-02-2022 15:15:10:FINISHED TEST : uriBuilderExceptionTest4() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixParamTest1() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixParamTest1() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixParamTest2() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixParamTest2() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixParamTest3() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixParamTest3() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixParamTest4() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixParamTest4() 03-02-2022 15:15:10:STARTING TEST : buildObjectsBooleanEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : buildObjectsBooleanEncodedTest() 03-02-2022 15:15:10:STARTING TEST : schemeSpecificPartTest1() 03-02-2022 15:15:10:FINISHED TEST : schemeSpecificPartTest1() 03-02-2022 15:15:10:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixTest1() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixTest1() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixTest2() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixTest2() 03-02-2022 15:15:10:STARTING TEST : replaceMatrixTest3() 03-02-2022 15:15:10:FINISHED TEST : replaceMatrixTest3() 03-02-2022 15:15:10:STARTING TEST : segmentTest1() 03-02-2022 15:15:10:FINISHED TEST : segmentTest1() 03-02-2022 15:15:10:STARTING TEST : segmentTest2() 03-02-2022 15:15:10:FINISHED TEST : segmentTest2() 03-02-2022 15:15:10:STARTING TEST : segmentTest3() 03-02-2022 15:15:10:FINISHED TEST : segmentTest3() 03-02-2022 15:15:10:STARTING TEST : fromResourceTest1() 03-02-2022 15:15:10:FINISHED TEST : fromResourceTest1() 03-02-2022 15:15:10:STARTING TEST : fromResourceTest2() 03-02-2022 15:15:10:FINISHED TEST : fromResourceTest2() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 03-02-2022 15:15:10:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 03-02-2022 15:15:10:STARTING TEST : schemeSpecificPartTest() 03-02-2022 15:15:10:FINISHED TEST : schemeSpecificPartTest() 03-02-2022 15:15:10:STARTING TEST : matrixParamTest1() 03-02-2022 15:15:10:FINISHED TEST : matrixParamTest1() 03-02-2022 15:15:10:STARTING TEST : matrixParamTest2() 03-02-2022 15:15:10:FINISHED TEST : matrixParamTest2() 03-02-2022 15:15:10:STARTING TEST : matrixParamTest3() 03-02-2022 15:15:10:FINISHED TEST : matrixParamTest3() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 03-02-2022 15:15:10:STARTING TEST : fromUriTest1() 03-02-2022 15:15:10:FINISHED TEST : fromUriTest1() 03-02-2022 15:15:10:STARTING TEST : fromUriTest2() 03-02-2022 15:15:10:FINISHED TEST : fromUriTest2() 03-02-2022 15:15:10:STARTING TEST : fromUriTest3() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:10:FINISHED TEST : fromUriTest3() 03-02-2022 15:15:10:STARTING TEST : fromUriTest4() 03-02-2022 15:15:10:FINISHED TEST : fromUriTest4() 03-02-2022 15:15:10:STARTING TEST : pathTest10() 03-02-2022 15:15:10:FINISHED TEST : pathTest10() 03-02-2022 15:15:10:STARTING TEST : pathTest11() 03-02-2022 15:15:10:FINISHED TEST : pathTest11() 03-02-2022 15:15:10:STARTING TEST : pathTest12() 03-02-2022 15:15:10:FINISHED TEST : pathTest12() 03-02-2022 15:15:10:STARTING TEST : pathTest13() 03-02-2022 15:15:10:FINISHED TEST : pathTest13() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectTest() 03-02-2022 15:15:10:Got expected template {v}/{w}/{x}/{y}/{w} 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectTest() 03-02-2022 15:15:10:STARTING TEST : fromMethodTest() 03-02-2022 15:15:10:URI fromMethod is equal to the expected URI /sub 03-02-2022 15:15:10:FINISHED TEST : fromMethodTest() 03-02-2022 15:15:10:STARTING TEST : portTest1() 03-02-2022 15:15:10:FINISHED TEST : portTest1() 03-02-2022 15:15:10:STARTING TEST : portTest2() 03-02-2022 15:15:10:FINISHED TEST : portTest2() 03-02-2022 15:15:10:STARTING TEST : pathTest() 03-02-2022 15:15:10:FINISHED TEST : pathTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : fromEncodedTest1() 03-02-2022 15:15:10:FINISHED TEST : fromEncodedTest1() 03-02-2022 15:15:10:STARTING TEST : fromEncodedTest2() 03-02-2022 15:15:10:FINISHED TEST : fromEncodedTest2() 03-02-2022 15:15:10:STARTING TEST : fromEncodedTest3() 03-02-2022 15:15:10:FINISHED TEST : fromEncodedTest3() 03-02-2022 15:15:10:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 03-02-2022 15:15:10:STARTING TEST : buildObjectsBooleanNotEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateFromEncodedTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateFromEncodedTest() 03-02-2022 15:15:10:STARTING TEST : queryParamTest1() 03-02-2022 15:15:10:FINISHED TEST : queryParamTest1() 03-02-2022 15:15:10:STARTING TEST : queryParamTest2() 03-02-2022 15:15:10:FINISHED TEST : queryParamTest2() 03-02-2022 15:15:10:STARTING TEST : queryParamTest3() 03-02-2022 15:15:10:FINISHED TEST : queryParamTest3() 03-02-2022 15:15:10:STARTING TEST : queryParamTest4() 03-02-2022 15:15:10:FINISHED TEST : queryParamTest4() 03-02-2022 15:15:10:STARTING TEST : queryParamTest5() 03-02-2022 15:15:10:FINISHED TEST : queryParamTest5() 03-02-2022 15:15:10:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 03-02-2022 15:15:10:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 03-02-2022 15:15:10:STARTING TEST : fromPathTest1() 03-02-2022 15:15:10:FINISHED TEST : fromPathTest1() 03-02-2022 15:15:10:STARTING TEST : fromPathTest2() 03-02-2022 15:15:10:FINISHED TEST : fromPathTest2() 03-02-2022 15:15:10:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 03-02-2022 15:15:10:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 03-02-2022 15:15:10:STARTING TEST : cloneTest1() 03-02-2022 15:15:10:FINISHED TEST : cloneTest1() 03-02-2022 15:15:10:STARTING TEST : resolveTemplatesMapTest() 03-02-2022 15:15:10:FINISHED TEST : resolveTemplatesMapTest() 03-02-2022 15:15:10:STARTING TEST : buildFromEncodedMapTest1() 03-02-2022 15:15:10:FINISHED TEST : buildFromEncodedMapTest1() 03-02-2022 15:15:10:STARTING TEST : buildFromEncodedMapTest2() 03-02-2022 15:15:10:FINISHED TEST : buildFromEncodedMapTest2() 03-02-2022 15:15:10:STARTING TEST : buildFromEncodedMapTest3() 03-02-2022 15:15:10:FINISHED TEST : buildFromEncodedMapTest3() 03-02-2022 15:15:10:STARTING TEST : buildFromEncodedMapTest4() 03-02-2022 15:15:10:FINISHED TEST : buildFromEncodedMapTest4() 03-02-2022 15:15:10:STARTING TEST : buildFromEncodedMapTest5() 03-02-2022 15:15:10:FINISHED TEST : buildFromEncodedMapTest5() [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 03-02-2022 15:15:10:Method did return immediatelly for empty array 03-02-2022 15:15:10:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 03-02-2022 15:15:10:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 03-02-2022 15:15:10:Method did return immediatelly for empty array 03-02-2022 15:15:10:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenEmptyTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenEmptyTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenSingleItemTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenSingleItemTest() 03-02-2022 15:15:10:STARTING TEST : addAllValuesThrowNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : addAllValuesThrowNPETest() 03-02-2022 15:15:10:STARTING TEST : addAllValuesNullKeyTest() 03-02-2022 15:15:10:All values have been added for null key 03-02-2022 15:15:10:FINISHED TEST : addAllValuesNullKeyTest() 03-02-2022 15:15:10:STARTING TEST : addAllListThrowNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : addAllListThrowNPETest() 03-02-2022 15:15:10:STARTING TEST : addFirstTest() 03-02-2022 15:15:10:#addFirst added new item to a first position 03-02-2022 15:15:10:FINISHED TEST : addFirstTest() 03-02-2022 15:15:10:STARTING TEST : putSingleTest() 03-02-2022 15:15:10:FINISHED TEST : putSingleTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenMoreItemsTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenMoreItemsTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenFirstErasedTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenFirstErasedTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenListClearedTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenListClearedTest() 03-02-2022 15:15:10:STARTING TEST : equalsIgnoreValueOrderTest() 03-02-2022 15:15:10:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 03-02-2022 15:15:10:FINISHED TEST : equalsIgnoreValueOrderTest() 03-02-2022 15:15:10:STARTING TEST : addAllListNullKeyTest() 03-02-2022 15:15:10:All values have been added for null key 03-02-2022 15:15:10:FINISHED TEST : addAllListNullKeyTest() 03-02-2022 15:15:10:STARTING TEST : addAllValuesTest() 03-02-2022 15:15:10:All values have been added for key key0 03-02-2022 15:15:10:FINISHED TEST : addAllValuesTest() 03-02-2022 15:15:10:STARTING TEST : getFirstWhenKeyIsNullTest() 03-02-2022 15:15:10:FINISHED TEST : getFirstWhenKeyIsNullTest() 03-02-2022 15:15:10:STARTING TEST : addAllListTest() 03-02-2022 15:15:10:All values have been added for key key0 03-02-2022 15:15:10:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : parseTest1() 03-02-2022 15:15:10:FINISHED TEST : parseTest1() 03-02-2022 15:15:10:STARTING TEST : parseTest2() 03-02-2022 15:15:10:FINISHED TEST : parseTest2() 03-02-2022 15:15:10:STARTING TEST : parseTest3() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : parseTest3() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : constructorTest3() 03-02-2022 15:15:10:FINISHED TEST : constructorTest3() 03-02-2022 15:15:10:STARTING TEST : constructorTest4() 03-02-2022 15:15:10:FINISHED TEST : constructorTest4() 03-02-2022 15:15:10:STARTING TEST : constructorTest5() 03-02-2022 15:15:10:FINISHED TEST : constructorTest5() 03-02-2022 15:15:10:STARTING TEST : constructorTest6() 03-02-2022 15:15:10:FINISHED TEST : constructorTest6() 03-02-2022 15:15:10:STARTING TEST : constructorTest7() 03-02-2022 15:15:10:FINISHED TEST : constructorTest7() 03-02-2022 15:15:10:STARTING TEST : constructorTest8() 03-02-2022 15:15:10:FINISHED TEST : constructorTest8() 03-02-2022 15:15:10:STARTING TEST : constructorTest9() 03-02-2022 15:15:10:FINISHED TEST : constructorTest9() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : toCookieTest() 03-02-2022 15:15:10:FINISHED TEST : toCookieTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : constructorTest10() 03-02-2022 15:15:10:FINISHED TEST : constructorTest10() 03-02-2022 15:15:10:STARTING TEST : constructorTest11() 03-02-2022 15:15:10:FINISHED TEST : constructorTest11() 03-02-2022 15:15:10:STARTING TEST : constructorTest12() 03-02-2022 15:15:10:FINISHED TEST : constructorTest12() 03-02-2022 15:15:10:STARTING TEST : constructorTest13() 03-02-2022 15:15:10:FINISHED TEST : constructorTest13() 03-02-2022 15:15:10:STARTING TEST : constructorTest14() 03-02-2022 15:15:10:FINISHED TEST : constructorTest14() 03-02-2022 15:15:10:STARTING TEST : constructorTest15() 03-02-2022 15:15:10:FINISHED TEST : constructorTest15() 03-02-2022 15:15:10:STARTING TEST : constructorTest16() 03-02-2022 15:15:10:FINISHED TEST : constructorTest16() 03-02-2022 15:15:10:STARTING TEST : constructorTest17() 03-02-2022 15:15:10:FINISHED TEST : constructorTest17() 03-02-2022 15:15:10:STARTING TEST : constructorTest18() 03-02-2022 15:15:10:FINISHED TEST : constructorTest18() 03-02-2022 15:15:10:STARTING TEST : constructorTest19() 03-02-2022 15:15:10:FINISHED TEST : constructorTest19() 03-02-2022 15:15:10:STARTING TEST : constructorTest20() 03-02-2022 15:15:10:FINISHED TEST : constructorTest20() 03-02-2022 15:15:10:STARTING TEST : constructorTest21() 03-02-2022 15:15:10:FINISHED TEST : constructorTest21() 03-02-2022 15:15:10:STARTING TEST : constructorTest22() 03-02-2022 15:15:10:FINISHED TEST : constructorTest22() 03-02-2022 15:15:10:STARTING TEST : constructorTest23() 03-02-2022 15:15:10:FINISHED TEST : constructorTest23() 03-02-2022 15:15:10:STARTING TEST : constructorTest24() 03-02-2022 15:15:10:FINISHED TEST : constructorTest24() 03-02-2022 15:15:10:STARTING TEST : constructorTest25() 03-02-2022 15:15:10:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : unmarshallTest() 03-02-2022 15:15:10:unmarshalled Link contains expected url, title, media type, and parameters <some://where.at:port/>; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 03-02-2022 15:15:10:FINISHED TEST : unmarshallTest() 03-02-2022 15:15:10:STARTING TEST : marshallTest() 03-02-2022 15:15:10:Marshalled Link contains expected <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model> <link href="some://where.at:port/" rel="Relation" title="XTitleX" type="application/svg+xml" name2="val2" name1="val1"/> </model> 03-02-2022 15:15:10:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:10:STARTING TEST : wildcardTest() 03-02-2022 15:15:10:FINISHED TEST : wildcardTest() 03-02-2022 15:15:10:STARTING TEST : valueOfTest() 03-02-2022 15:15:10:FINISHED TEST : valueOfTest() 03-02-2022 15:15:10:STARTING TEST : withCharsetTest() 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 03-02-2022 15:15:10:FINISHED TEST : withCharsetTest() 03-02-2022 15:15:10:STARTING TEST : valueOfTest1() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : valueOfTest1() 03-02-2022 15:15:10:STARTING TEST : equalsTest1() 03-02-2022 15:15:10:FINISHED TEST : equalsTest1() 03-02-2022 15:15:10:STARTING TEST : equalsTest2() 03-02-2022 15:15:10:FINISHED TEST : equalsTest2() 03-02-2022 15:15:10:STARTING TEST : equalsTest3() 03-02-2022 15:15:10:FINISHED TEST : equalsTest3() 03-02-2022 15:15:10:STARTING TEST : equalsTest4() 03-02-2022 15:15:10:FINISHED TEST : equalsTest4() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : constructorTest3() 03-02-2022 15:15:10:FINISHED TEST : constructorTest3() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest1() 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest1() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest2() 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest2() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest3() 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest3() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 03-02-2022 15:15:10:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStringStringTest() 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 03-02-2022 15:15:10:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 03-02-2022 15:15:10:FINISHED TEST : constructorStringStringStringTest() 03-02-2022 15:15:10:STARTING TEST : isCompatibleTest1() 03-02-2022 15:15:10:FINISHED TEST : isCompatibleTest1() 03-02-2022 15:15:10:STARTING TEST : isCompatibleTest2() 03-02-2022 15:15:10:FINISHED TEST : isCompatibleTest2() 03-02-2022 15:15:10:STARTING TEST : isCompatibleTest3() 03-02-2022 15:15:10:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:Thrown IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringTest() 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringTest() 03-02-2022 15:15:10:STARTING TEST : equalsTest2() 03-02-2022 15:15:10:FINISHED TEST : equalsTest2() 03-02-2022 15:15:10:STARTING TEST : equalsTest3() 03-02-2022 15:15:10:FINISHED TEST : equalsTest3() 03-02-2022 15:15:10:STARTING TEST : encodingsTest() 03-02-2022 15:15:10:FINISHED TEST : encodingsTest() 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringStringStringTest() 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringStringStringTest() 03-02-2022 15:15:10:STARTING TEST : languagesTest() 03-02-2022 15:15:10:FINISHED TEST : languagesTest() 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:Thrown IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : constructorTest3() 03-02-2022 15:15:10:FINISHED TEST : constructorTest3() 03-02-2022 15:15:10:STARTING TEST : equalTest1() 03-02-2022 15:15:10:FINISHED TEST : equalTest1() 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:Thrown IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : getLanguageStringTest() 03-02-2022 15:15:10:#getLanguageString returned exected language string 03-02-2022 15:15:10:FINISHED TEST : getLanguageStringTest() 03-02-2022 15:15:10:STARTING TEST : constructorMediaStringStringStringTest() 03-02-2022 15:15:10:FINISHED TEST : constructorMediaStringStringStringTest() 03-02-2022 15:15:10:STARTING TEST : mediaTypesTest() 03-02-2022 15:15:10:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : languageTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found 03-02-2022 15:15:10:FINISHED TEST : languageTest() 03-02-2022 15:15:10:STARTING TEST : getLocationNotPresentTest() 03-02-2022 15:15:10:#getLocation returns null as expected 03-02-2022 15:15:10:FINISHED TEST : getLocationNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:10:HeaderDelegate is used for header s3 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:10:STARTING TEST : getLinksIsNotNullTest() 03-02-2022 15:15:10:#getLinks contains no links as expected 03-02-2022 15:15:10:FINISHED TEST : getLinksIsNotNullTest() 03-02-2022 15:15:10:STARTING TEST : cacheControlTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 03-02-2022 15:15:10:FINISHED TEST : cacheControlTest() 03-02-2022 15:15:10:STARTING TEST : acceptedStringTest() 03-02-2022 15:15:10:Correct status found in Response: 202 Correct content found in Response: ENtiTy 03-02-2022 15:15:10:FINISHED TEST : acceptedStringTest() 03-02-2022 15:15:10:STARTING TEST : seeOtherTest() 03-02-2022 15:15:10:Correct status found in Response: 303 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 03-02-2022 15:15:10:FINISHED TEST : seeOtherTest() 03-02-2022 15:15:10:STARTING TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:15:10:#getLinkBuilder creates correct Link for given relation 03-02-2022 15:15:10:FINISHED TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:15:10:STARTING TEST : getEntityTagNotPresentTest() 03-02-2022 15:15:10:#getEntityTag() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getEntityTagNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getLinksTest() 03-02-2022 15:15:10:#getLinks contains expected links 03-02-2022 15:15:10:FINISHED TEST : getLinksTest() 03-02-2022 15:15:10:STARTING TEST : variantTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : variantTest() 03-02-2022 15:15:10:STARTING TEST : cookieTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Expecting Set-Cookiename_1=value_1;version=1 Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path= Processing name_1=value_1;Version=1 Expected Set-Cookie: name_1=value_1;Version=1 is found in Response. Processing name_2=value_2;Version=1;Domain=;Path=/acme Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response. Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path= Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response. 03-02-2022 15:15:10:FINISHED TEST : cookieTest() 03-02-2022 15:15:10:STARTING TEST : lastModifiedTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Last-Modified Verifying the following keys in Response: Key Last-Modified is found in response 03-02-2022 15:15:10:FINISHED TEST : lastModifiedTest() 03-02-2022 15:15:10:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:10:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@99b1ec3,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@352d9345,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1f2bb9bb 03-02-2022 15:15:10:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:10:STARTING TEST : getLanguageNotPresentTest() 03-02-2022 15:15:10:#getLanguage() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getLanguageNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : entityTest() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : entityTest() 03-02-2022 15:15:10:STARTING TEST : okTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : okTest1() 03-02-2022 15:15:10:STARTING TEST : okTest2() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : okTest2() 03-02-2022 15:15:10:STARTING TEST : okTest3() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest3() 03-02-2022 15:15:10:STARTING TEST : okTest4() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest4() 03-02-2022 15:15:10:STARTING TEST : okTest5() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest5() 03-02-2022 15:15:10:STARTING TEST : temporaryRedirectTest() 03-02-2022 15:15:10:Correct status found in Response: 307 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 03-02-2022 15:15:10:FINISHED TEST : temporaryRedirectTest() 03-02-2022 15:15:10:STARTING TEST : getMediaTypeTest() 03-02-2022 15:15:10:#getMediaType returned expected MediaType 03-02-2022 15:15:10:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : fromResponseTest() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : fromResponseTest() 03-02-2022 15:15:10:STARTING TEST : getLinkTest() 03-02-2022 15:15:10:#getLink matches expected Link 03-02-2022 15:15:10:FINISHED TEST : getLinkTest() 03-02-2022 15:15:10:STARTING TEST : statusTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest1() 03-02-2022 15:15:10:STARTING TEST : statusTest2() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest2() 03-02-2022 15:15:10:STARTING TEST : statusTest3() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest3() 03-02-2022 15:15:10:STARTING TEST : statusTest4() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest4() 03-02-2022 15:15:10:STARTING TEST : statusTest5() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusTest5() 03-02-2022 15:15:10:STARTING TEST : statusTest7() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusTest7() 03-02-2022 15:15:10:STARTING TEST : tagTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : tagTest1() 03-02-2022 15:15:10:STARTING TEST : tagTest2() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : tagTest2() 03-02-2022 15:15:10:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:IllegalStateException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:getHeaders is mutable 03-02-2022 15:15:10:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:STARTING TEST : typeTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : typeTest() 03-02-2022 15:15:10:STARTING TEST : cloneTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. Correct content found in Response: TestOnly Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : cloneTest() 03-02-2022 15:15:10:STARTING TEST : acceptedGenericEntityTest() 03-02-2022 15:15:10:Correct status found in Response: 202 Correct content found in Response: ENtiTy 03-02-2022 15:15:10:FINISHED TEST : acceptedGenericEntityTest() 03-02-2022 15:15:10:STARTING TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:10:#hasLink has not found any Link as expected 03-02-2022 15:15:10:FINISHED TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:10:STARTING TEST : createdTest() 03-02-2022 15:15:10:Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : createdTest() 03-02-2022 15:15:10:STARTING TEST : getLanguageTest() 03-02-2022 15:15:10:#getLocale matches the Content-Language HTTP header 03-02-2022 15:15:10:FINISHED TEST : getLanguageTest() 03-02-2022 15:15:10:STARTING TEST : notAcceptableTest() 03-02-2022 15:15:10:Correct status found in Response: 406 03-02-2022 15:15:10:FINISHED TEST : notAcceptableTest() 03-02-2022 15:15:10:STARTING TEST : getDateTest() 03-02-2022 15:15:10:#getDate matches the Date HTTP header 03-02-2022 15:15:10:FINISHED TEST : getDateTest() 03-02-2022 15:15:10:STARTING TEST : languageTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Language en-us was found Correct status found in Response: 200 Content Language en-gb was found Correct status found in Response: 200 Content Language zh-cn was found 03-02-2022 15:15:10:FINISHED TEST : languageTest1() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest1() 03-02-2022 15:15:10:Correct status found in Response: 304 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest1() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest2() 03-02-2022 15:15:10:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest2() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest3() 03-02-2022 15:15:10:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest3() 03-02-2022 15:15:10:STARTING TEST : getDateNotPresentTest() 03-02-2022 15:15:10:#getDate is null as expected 03-02-2022 15:15:10:FINISHED TEST : getDateNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringTest() 03-02-2022 15:15:10:Found following objects: 03-02-2022 15:15:10:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Mar 02 15:15:10 UTC 2022 Content-Language:fr_CA 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:15:10:STARTING TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:15:10:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1598e5e4,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@361e7e21,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6a3c2436 03-02-2022 15:15:10:FINISHED TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:15:10:STARTING TEST : getAllowedMethodsTest() 03-02-2022 15:15:10:#getAllowedMethods returned expected methods TRACE;POST 03-02-2022 15:15:10:FINISHED TEST : getAllowedMethodsTest() 03-02-2022 15:15:10:STARTING TEST : locationTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : locationTest() 03-02-2022 15:15:10:STARTING TEST : getLengthNotPresentTest() 03-02-2022 15:15:10:#getLength matches expected Content-Length -1 03-02-2022 15:15:10:FINISHED TEST : getLengthNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 03-02-2022 15:15:10:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : statusFamilyValueOfTest() 03-02-2022 15:15:10:FINISHED TEST : statusFamilyValueOfTest() 03-02-2022 15:15:10:STARTING TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:10:#getCookies is read-only as expected 03-02-2022 15:15:10:FINISHED TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:15:10:toString method is used as expected 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:15:10:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:#bufferEntity throws IllegalStateException as expected 03-02-2022 15:15:10:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : acceptedNoArgTest() 03-02-2022 15:15:10:Correct status found in Response: 202 03-02-2022 15:15:10:FINISHED TEST : acceptedNoArgTest() 03-02-2022 15:15:10:STARTING TEST : getFamilyTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : getFamilyTest() 03-02-2022 15:15:10:STARTING TEST : typeTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : typeTest1() 03-02-2022 15:15:10:STARTING TEST : getEntityTagTest() 03-02-2022 15:15:10:#getEntityTag is "getEntityTag" as expected 03-02-2022 15:15:10:FINISHED TEST : getEntityTagTest() 03-02-2022 15:15:10:STARTING TEST : noContentTest() 03-02-2022 15:15:10:Correct status found in Response: 204 03-02-2022 15:15:10:FINISHED TEST : noContentTest() 03-02-2022 15:15:10:STARTING TEST : getHeadersTest() 03-02-2022 15:15:10:Found following objects: 03-02-2022 15:15:10:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Mar 02 15:15:10 UTC 2022 Content-Language:fr_CA 03-02-2022 15:15:10:FINISHED TEST : getHeadersTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : getLastModifiedNotPresentTest() 03-02-2022 15:15:10:#getLastModified() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getLastModifiedNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getStatusInfoTest() 03-02-2022 15:15:10:#getStatusInfo returned expected StatusTypes 03-02-2022 15:15:10:FINISHED TEST : getStatusInfoTest() 03-02-2022 15:15:10:STARTING TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:10:#hasEntity found the entity as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:10:STARTING TEST : getLengthTest() 03-02-2022 15:15:10:#getLength matches expected Content-Length 10 03-02-2022 15:15:10:FINISHED TEST : getLengthTest() 03-02-2022 15:15:10:STARTING TEST : contentLocationTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : contentLocationTest() 03-02-2022 15:15:10:STARTING TEST : getReasonPhraseTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : getReasonPhraseTest() 03-02-2022 15:15:10:STARTING TEST : getLastModifiedTest() 03-02-2022 15:15:10:#getLastModified matches the Last-Modified HTTP header 03-02-2022 15:15:10:FINISHED TEST : getLastModifiedTest() 03-02-2022 15:15:10:STARTING TEST : serverErrorTest() 03-02-2022 15:15:10:Correct status found in Response: 500 03-02-2022 15:15:10:FINISHED TEST : serverErrorTest() 03-02-2022 15:15:10:STARTING TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:10:#hasEntity found the Link as expected 03-02-2022 15:15:10:FINISHED TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:10:STARTING TEST : statusValueOfTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusValueOfTest() 03-02-2022 15:15:10:STARTING TEST : getLocationTest() 03-02-2022 15:15:10:#getLocation contains expected location 03-02-2022 15:15:10:FINISHED TEST : getLocationTest() 03-02-2022 15:15:10:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 03-02-2022 15:15:10:#bufferEntity did ignore no backing stream as expected 03-02-2022 15:15:10:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 03-02-2022 15:15:10:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:15:10:#getLinkBuilder returned null as expected 03-02-2022 15:15:10:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:15:10:STARTING TEST : getLinkNotPresentTest() 03-02-2022 15:15:10:#getLink return null as expected 03-02-2022 15:15:10:FINISHED TEST : getLinkNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getMediaTypeNoMediaTypeTest() 03-02-2022 15:15:10:#getMediaType returned null as expected 03-02-2022 15:15:10:FINISHED TEST : getMediaTypeNoMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : variantsTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 03-02-2022 15:15:10:FINISHED TEST : variantsTest() 03-02-2022 15:15:10:STARTING TEST : getCookiesTest() 03-02-2022 15:15:10:Expecting Set-Cookiec1=v1;version=1 Expecting Set-Cookiec2=v2;version=1 Processing c1=v1;Version=1 Expected Set-Cookie: c1=v1;Version=1 is found in Response. Processing c2=v2;Version=1 Expected Set-Cookie: c2=v2;Version=1 is found in Response. 03-02-2022 15:15:10:#getCookies returned expected cookies 03-02-2022 15:15:10:FINISHED TEST : getCookiesTest() 03-02-2022 15:15:10:STARTING TEST : statusFamilyValuesTest() 03-02-2022 15:15:10:FINISHED TEST : statusFamilyValuesTest() 03-02-2022 15:15:10:STARTING TEST : headerTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Encoding gzip was found Encoding compress was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. 03-02-2022 15:15:10:FINISHED TEST : headerTest() 03-02-2022 15:15:10:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:15:10:#hasEntity has not found any entity as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : getTitleTest() 03-02-2022 15:15:10:Found expected TITLETITLE 03-02-2022 15:15:10:FINISHED TEST : getTitleTest() 03-02-2022 15:15:10:STARTING TEST : fromUriStringTest() 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:Found expected resource 03-02-2022 15:15:10:Found expected get 03-02-2022 15:15:10:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET 03-02-2022 15:15:10:FINISHED TEST : fromUriStringTest() 03-02-2022 15:15:10:STARTING TEST : constructorTest() 03-02-2022 15:15:10:new Link() call iss successfull 03-02-2022 15:15:10:FINISHED TEST : constructorTest() 03-02-2022 15:15:10:STARTING TEST : getUriBuilderTest() 03-02-2022 15:15:10:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 03-02-2022 15:15:10:FINISHED TEST : getUriBuilderTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 03-02-2022 15:15:10:Found expected http://oracle.com:888/resource/get 03-02-2022 15:15:10:Found expected http://oracle.com:888/resource/consumesappjson 03-02-2022 15:15:10:Opaque Link has been used in Client.invocation() sucessfully 03-02-2022 15:15:10:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 03-02-2022 15:15:10:IllegalArgumentException has been successfully thrown 03-02-2022 15:15:10:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 03-02-2022 15:15:10:STARTING TEST : fromUriBuilderTest() 03-02-2022 15:15:10:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 03-02-2022 15:15:10:FINISHED TEST : fromUriBuilderTest() 03-02-2022 15:15:10:STARTING TEST : fromLinkTest() 03-02-2022 15:15:10:fromLink() is equal to original link <http://oracle.com:888/>; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 03-02-2022 15:15:10:FINISHED TEST : fromLinkTest() 03-02-2022 15:15:10:STARTING TEST : fromPathTest() 03-02-2022 15:15:10:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is <somewhere/somehow> 03-02-2022 15:15:10:FINISHED TEST : fromPathTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 03-02-2022 15:15:10:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : serializationFromResourceTest() 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 03-02-2022 15:15:10:serialization works for method consumesAppJson 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 03-02-2022 15:15:10:serialization works for method producesSvgXml 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 03-02-2022 15:15:10:serialization works for method producesXml 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 03-02-2022 15:15:10:serialization works for method consumesForm 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 03-02-2022 15:15:10:serialization works for method get 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 03-02-2022 15:15:10:serialization works for method trace 03-02-2022 15:15:10:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 03-02-2022 15:15:10:serialization works for method delete 03-02-2022 15:15:10:Serialization with #toString() of Resource method links is sucessfull 03-02-2022 15:15:10:FINISHED TEST : serializationFromResourceTest() 03-02-2022 15:15:10:STARTING TEST : fromPathThrowsIAETest() 03-02-2022 15:15:10:fromPath(null) throws IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : fromPathThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : getParamsFromBuilderTest() 03-02-2022 15:15:10:Found expected titletitle 03-02-2022 15:15:10:Found expected RELREL 03-02-2022 15:15:10:Found expected typetype 03-02-2022 15:15:10:Found expected newparamvalue 03-02-2022 15:15:10:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 03-02-2022 15:15:10:FINISHED TEST : getParamsFromBuilderTest() 03-02-2022 15:15:10:STARTING TEST : getTypeIsNullTest() 03-02-2022 15:15:10:#getType( returns null as expected 03-02-2022 15:15:10:FINISHED TEST : getTypeIsNullTest() 03-02-2022 15:15:10:STARTING TEST : fromUriTest() 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:Found expected resource 03-02-2022 15:15:10:Found expected get 03-02-2022 15:15:10:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET 03-02-2022 15:15:10:FINISHED TEST : fromUriTest() 03-02-2022 15:15:10:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:Link#vaueOf() throws IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : getTitleIsNullTest() 03-02-2022 15:15:10:#getTitle( returns null as expected 03-02-2022 15:15:10:FINISHED TEST : getTitleIsNullTest() 03-02-2022 15:15:10:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 03-02-2022 15:15:10:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : getParamsFromResourceTest() {title=Title} 03-02-2022 15:15:10:Found expected Title 03-02-2022 15:15:10:{title=Title} found as expected 03-02-2022 15:15:10:FINISHED TEST : getParamsFromResourceTest() 03-02-2022 15:15:10:STARTING TEST : getUriTest() 03-02-2022 15:15:10:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 03-02-2022 15:15:10:FINISHED TEST : getUriTest() 03-02-2022 15:15:10:STARTING TEST : fromMethodTest() 03-02-2022 15:15:10:Found expected <consumesappjson> 03-02-2022 15:15:10:Link <consumesappjson> has been created 03-02-2022 15:15:10:FINISHED TEST : fromMethodTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 03-02-2022 15:15:10:IllegalArgumentException has been successfully thrown 03-02-2022 15:15:10:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 03-02-2022 15:15:10:STARTING TEST : getTypeTest() 03-02-2022 15:15:10:Found expected TYPETYPE 03-02-2022 15:15:10:FINISHED TEST : getTypeTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceTest() 03-02-2022 15:15:10:Found expected <resource> 03-02-2022 15:15:10:type is not in <resource> as expected 03-02-2022 15:15:10:Link <resource> has been created 03-02-2022 15:15:10:FINISHED TEST : fromResourceTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceWithMediaTypeTest() 03-02-2022 15:15:10:Found expected <producesresource> 03-02-2022 15:15:10:type="text/html" is not in <producesresource> as expected 03-02-2022 15:15:10:Link <producesresource> has been created 03-02-2022 15:15:10:FINISHED TEST : fromResourceWithMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : getRelsTest() 03-02-2022 15:15:10:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 03-02-2022 15:15:10:FINISHED TEST : getRelsTest() 03-02-2022 15:15:10:STARTING TEST : fromPathWithUriTemplateParamsTest() 03-02-2022 15:15:10:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is <somewhere/somehow/param1/param2> 03-02-2022 15:15:10:FINISHED TEST : fromPathWithUriTemplateParamsTest() 03-02-2022 15:15:10:STARTING TEST : getRelsIsEmptyTest() 03-02-2022 15:15:10:#getRel() return empty list as expected 03-02-2022 15:15:10:FINISHED TEST : getRelsIsEmptyTest() 03-02-2022 15:15:10:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 03-02-2022 15:15:10:IllegalArgumentException has been successfully thrown 03-02-2022 15:15:10:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 03-02-2022 15:15:10:STARTING TEST : getRelIsEmptyListTest() 03-02-2022 15:15:10:#getRel() returns expected null 03-02-2022 15:15:10:FINISHED TEST : getRelIsEmptyListTest() 03-02-2022 15:15:10:STARTING TEST : getRelTest() 03-02-2022 15:15:10:#getRel() return expected rel 03-02-2022 15:15:10:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : titleTest() 03-02-2022 15:15:10:#title set expected title 03-02-2022 15:15:10:FINISHED TEST : titleTest() 03-02-2022 15:15:10:STARTING TEST : uriStringThrowsIAETest() 03-02-2022 15:15:10:#uri(nonUriString) throws IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : uriStringThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : linkLinkTest() 03-02-2022 15:15:10:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 03-02-2022 15:15:10:FINISHED TEST : linkLinkTest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected when a value has not been supplied 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 03-02-2022 15:15:10:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 03-02-2022 15:15:10:#param throws IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 03-02-2022 15:15:10:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 03-02-2022 15:15:10:#param throws IllegalArgumentException as expected 03-02-2022 15:15:10:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 03-02-2022 15:15:10:STARTING TEST : uriStringTest() 03-02-2022 15:15:10:#uri(String) affected link <http://oracle.com:888/> as expected 03-02-2022 15:15:10:FINISHED TEST : uriStringTest() 03-02-2022 15:15:10:STARTING TEST : baseUriStringTest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/a/b/c 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:FINISHED TEST : baseUriStringTest() 03-02-2022 15:15:10:STARTING TEST : uriUriTest() 03-02-2022 15:15:10:#uri(URI) affected link <http://oracle.com:888/resource/get> as expected 03-02-2022 15:15:10:FINISHED TEST : uriUriTest() 03-02-2022 15:15:10:STARTING TEST : uriBuilderTest() 03-02-2022 15:15:10:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 03-02-2022 15:15:10:FINISHED TEST : uriBuilderTest() 03-02-2022 15:15:10:STARTING TEST : relMoreNamesTest() 03-02-2022 15:15:10:#rel added expected relations 03-02-2022 15:15:10:FINISHED TEST : relMoreNamesTest() 03-02-2022 15:15:10:STARTING TEST : linkStringTest() 03-02-2022 15:15:10:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 03-02-2022 15:15:10:FINISHED TEST : linkStringTest() 03-02-2022 15:15:10:STARTING TEST : buildObjectsTest() 03-02-2022 15:15:10:#build() finished building a link and returned the instance <http://oracle.com:888/p1/p2/p3> 03-02-2022 15:15:10:FINISHED TEST : buildObjectsTest() 03-02-2022 15:15:10:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:#build() throw UriBuilderException as expected 03-02-2022 15:15:10:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:STARTING TEST : typeTest() 03-02-2022 15:15:10:#type set correct types 03-02-2022 15:15:10:FINISHED TEST : typeTest() 03-02-2022 15:15:10:STARTING TEST : baseUriURITest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/a/b/c 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:FINISHED TEST : baseUriURITest() 03-02-2022 15:15:10:STARTING TEST : baseUriStringThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : baseUriStringThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:UriBuilderException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected when a value has not been supplied 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected when a supplied value is null 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 03-02-2022 15:15:10:Found expected a/b/c 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:Found expected http://oracle.com:888/a/b/c 03-02-2022 15:15:10:When a prefix is not shared, the methods is equivalent to build() as expected 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 03-02-2022 15:15:10:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected when a value has not been supplied 03-02-2022 15:15:10:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 03-02-2022 15:15:10:STARTING TEST : linkStringThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : linkStringThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : baseUriIsNotJustBaseURITest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/a/b/c 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:FINISHED TEST : baseUriIsNotJustBaseURITest() 03-02-2022 15:15:10:STARTING TEST : baseUriIsNotJustBaseStringTest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/a/b/c 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:FINISHED TEST : baseUriIsNotJustBaseStringTest() 03-02-2022 15:15:10:STARTING TEST : baseUriIsIgnoredURITest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/resource/something 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:The base uri http://ignored.com has been ignored as expected 03-02-2022 15:15:10:FINISHED TEST : baseUriIsIgnoredURITest() 03-02-2022 15:15:10:STARTING TEST : relTest() 03-02-2022 15:15:10:#rel added expected relations 03-02-2022 15:15:10:FINISHED TEST : relTest() 03-02-2022 15:15:10:STARTING TEST : buildNoArgTest() 03-02-2022 15:15:10:#build() finished building a link and returned the instance 03-02-2022 15:15:10:FINISHED TEST : buildNoArgTest() 03-02-2022 15:15:10:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:#build(someNonURIObjects) throw UriBuilderException as expected 03-02-2022 15:15:10:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 03-02-2022 15:15:10:STARTING TEST : baseUriIsIgnoredStringTest() 03-02-2022 15:15:10:Created URI http://oracle.com:888/resource/something 03-02-2022 15:15:10:Found expected http://oracle.com:888/ 03-02-2022 15:15:10:The base uri http://ignored.com has been ignored as expected 03-02-2022 15:15:10:FINISHED TEST : baseUriIsIgnoredStringTest() 03-02-2022 15:15:10:STARTING TEST : buildRelativizedTest() 03-02-2022 15:15:10:Found expected a/b/c 03-02-2022 15:15:10:Absolute http://oracle.com:888/ has not been found as expected in link <a/b/c> 03-02-2022 15:15:10:FINISHED TEST : buildRelativizedTest() 03-02-2022 15:15:10:STARTING TEST : paramTest() 03-02-2022 15:15:10:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 03-02-2022 15:15:10:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 03-02-2022 15:15:10:#param set correct parameters 03-02-2022 15:15:10:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorMultivaluedMapArgTest() 03-02-2022 15:15:10:Form instance with MultivaluedMap argument sucessfully created 03-02-2022 15:15:10:FINISHED TEST : constructorMultivaluedMapArgTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringArgsTest() 03-02-2022 15:15:10:Form instance with String arguments sucessfully created 03-02-2022 15:15:10:FINISHED TEST : constructorStringArgsTest() 03-02-2022 15:15:10:STARTING TEST : paramTest() 03-02-2022 15:15:10:Form instance created 03-02-2022 15:15:10:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : getEntityTest() 03-02-2022 15:15:10:Entity has been retrieved 03-02-2022 15:15:10:FINISHED TEST : getEntityTest() 03-02-2022 15:15:10:STARTING TEST : singleArgumentConstructorTest() 03-02-2022 15:15:10:Expected IllegalArgumentException thrown: The entity must not be null 03-02-2022 15:15:10:GenericEntity<Map<String, List<Long>>> instance created 03-02-2022 15:15:10:FINISHED TEST : singleArgumentConstructorTest() 03-02-2022 15:15:10:STARTING TEST : constructorWith1ArgTest() 03-02-2022 15:15:10:GenericEntity<List<String>>(List) instance created 03-02-2022 15:15:10:FINISHED TEST : constructorWith1ArgTest() 03-02-2022 15:15:10:STARTING TEST : constructorWith2ArgsTest() 03-02-2022 15:15:10:GenericEntity<List<String>>(List, Type) instance created 03-02-2022 15:15:10:FINISHED TEST : constructorWith2ArgsTest() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:Expected IllegalArgumentException thrown: Arguments must not be null. 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:Expected IllegalArgumentException thrown: Arguments must not be null. 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:The tested GenericEntity<TreeSet<String>> instances are equal 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet<java.lang.String>} 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : getTypeTest() 03-02-2022 15:15:10:Test passed. getType return correctly: java.util.List<java.lang.String> getType return correctly: java.util.List<java.lang.String> 03-02-2022 15:15:10:FINISHED TEST : getTypeTest() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest() 03-02-2022 15:15:10:Both GenericEntity instances have the same hashCode() 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest() 03-02-2022 15:15:10:STARTING TEST : getRawTypeTest() 03-02-2022 15:15:10:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 03-02-2022 15:15:10:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:FINISHED TEST : constructorTest() 03-02-2022 15:15:10:STARTING TEST : keySetTest() 03-02-2022 15:15:10:#keySet returns correct values 03-02-2022 15:15:10:FINISHED TEST : keySetTest() 03-02-2022 15:15:10:STARTING TEST : addAllThrowsNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 03-02-2022 15:15:10:FINISHED TEST : addAllThrowsNPETest() 03-02-2022 15:15:10:STARTING TEST : addNullValuesTest() 03-02-2022 15:15:10:Given key key2 does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:Given key key3 does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:FINISHED TEST : addNullValuesTest() 03-02-2022 15:15:10:STARTING TEST : putSingleNullValueTest() 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:#putSingle(key, null) did replaced the values as expected 03-02-2022 15:15:10:FINISHED TEST : putSingleNullValueTest() 03-02-2022 15:15:10:STARTING TEST : entrySetTest() 03-02-2022 15:15:10:#entrySet() has correct values 03-02-2022 15:15:10:FINISHED TEST : entrySetTest() 03-02-2022 15:15:10:STARTING TEST : clearTest() 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:FINISHED TEST : clearTest() 03-02-2022 15:15:10:STARTING TEST : addTest() 03-02-2022 15:15:10:Found key key2 with following values: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : addTest() 03-02-2022 15:15:10:STARTING TEST : containsKeyTest() 03-02-2022 15:15:10:#containsKey found non-null key and also the null key 03-02-2022 15:15:10:FINISHED TEST : containsKeyTest() 03-02-2022 15:15:10:STARTING TEST : putAllTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key2 with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:#putAll() put all the values of both keys 03-02-2022 15:15:10:FINISHED TEST : putAllTest() 03-02-2022 15:15:10:STARTING TEST : isEmptyTest() 03-02-2022 15:15:10:#isEmpty returns correct values 03-02-2022 15:15:10:FINISHED TEST : isEmptyTest() 03-02-2022 15:15:10:STARTING TEST : putTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:#put() put the value 03-02-2022 15:15:10:FINISHED TEST : putTest() 03-02-2022 15:15:10:STARTING TEST : addFirstNullTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:FINISHED TEST : addFirstNullTest() 03-02-2022 15:15:10:STARTING TEST : getTest() 03-02-2022 15:15:10:#get() is sucessfull 03-02-2022 15:15:10:FINISHED TEST : getTest() 03-02-2022 15:15:10:STARTING TEST : addFirstTest() 03-02-2022 15:15:10:Found first item value4 03-02-2022 15:15:10:FINISHED TEST : addFirstTest() 03-02-2022 15:15:10:STARTING TEST : putSingleTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value5 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:#putSingle() sucessfully replaced the values by a new one 03-02-2022 15:15:10:FINISHED TEST : putSingleTest() 03-02-2022 15:15:10:STARTING TEST : addAllListNullValuesTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value4 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:FINISHED TEST : addAllListNullValuesTest() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:#equals() is delegated to underlaying map 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : addAllListThrowsNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 03-02-2022 15:15:10:FINISHED TEST : addAllListThrowsNPETest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:#toString returned {key=[value1, value2, value3]} 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : sizeTest() 03-02-2022 15:15:10:#size() returns correct values 03-02-2022 15:15:10:FINISHED TEST : sizeTest() 03-02-2022 15:15:10:STARTING TEST : equalsIgnoreValueOrderTest() 03-02-2022 15:15:10:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 03-02-2022 15:15:10:FINISHED TEST : equalsIgnoreValueOrderTest() 03-02-2022 15:15:10:STARTING TEST : addAllEmptyValuesTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:FINISHED TEST : addAllEmptyValuesTest() 03-02-2022 15:15:10:STARTING TEST : removeTest() 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key2 with following values: 03-02-2022 15:15:10:value4 03-02-2022 15:15:10:#removeTest(key) removed the correct key and the value as expected 03-02-2022 15:15:10:FINISHED TEST : removeTest() 03-02-2022 15:15:10:STARTING TEST : addAllNullValuesTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value4 03-02-2022 15:15:10:Given key key does not contain following values as expected: 03-02-2022 15:15:10:null 03-02-2022 15:15:10:FINISHED TEST : addAllNullValuesTest() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest() 03-02-2022 15:15:10:#hashCode() is delegated to underlaying map 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest() 03-02-2022 15:15:10:STARTING TEST : addNullKeyTest() 03-02-2022 15:15:10:Found key null with following values: 03-02-2022 15:15:10:value4 03-02-2022 15:15:10:FINISHED TEST : addNullKeyTest() 03-02-2022 15:15:10:STARTING TEST : addAllValuesTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : addAllValuesTest() 03-02-2022 15:15:10:STARTING TEST : addAllListEmptyValuesTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:FINISHED TEST : addAllListEmptyValuesTest() 03-02-2022 15:15:10:STARTING TEST : valuesTest() 03-02-2022 15:15:10:#values returned 2 lists 03-02-2022 15:15:10:FINISHED TEST : valuesTest() 03-02-2022 15:15:10:STARTING TEST : containsValueTest() 03-02-2022 15:15:10:#containsValue() found list of items as expected 03-02-2022 15:15:10:FINISHED TEST : containsValueTest() 03-02-2022 15:15:10:STARTING TEST : addAllListTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithSingleValuedMapTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 03-02-2022 15:15:10:FINISHED TEST : constructorWithSingleValuedMapTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithCapacityAndLoadTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:For given key the map does not contain following values as expected: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : constructorWithCapacityAndLoadTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithMapThrowsNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : constructorWithMapThrowsNPETest() 03-02-2022 15:15:10:STARTING TEST : defaultConstructorTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:For given key the map does not contain following values as expected: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : defaultConstructorTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithMapTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:FINISHED TEST : constructorWithMapTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithInitialCapacityTest() 03-02-2022 15:15:10:Found key key with following values: 03-02-2022 15:15:10:value1 value2 value3 03-02-2022 15:15:10:For given key the map does not contain following values as expected: 03-02-2022 15:15:10:value4 value5 03-02-2022 15:15:10:FINISHED TEST : constructorWithInitialCapacityTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 03-02-2022 15:15:10:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : parseTest1() 03-02-2022 15:15:10:FINISHED TEST : parseTest1() 03-02-2022 15:15:10:STARTING TEST : parseTest2() 03-02-2022 15:15:10:FINISHED TEST : parseTest2() 03-02-2022 15:15:10:STARTING TEST : parseTest3() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : parseTest3() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : constructorTest3() 03-02-2022 15:15:10:FINISHED TEST : constructorTest3() 03-02-2022 15:15:10:STARTING TEST : constructorTest4() 03-02-2022 15:15:10:FINISHED TEST : constructorTest4() 03-02-2022 15:15:10:STARTING TEST : constructorTest5() 03-02-2022 15:15:10:FINISHED TEST : constructorTest5() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : languageTest() 03-02-2022 15:15:10:FINISHED TEST : languageTest() 03-02-2022 15:15:10:STARTING TEST : encodingTest() 03-02-2022 15:15:10:FINISHED TEST : encodingTest() 03-02-2022 15:15:10:STARTING TEST : complexTest() 03-02-2022 15:15:10:FINISHED TEST : complexTest() 03-02-2022 15:15:10:STARTING TEST : mediaTypesTest1() 03-02-2022 15:15:10:FINISHED TEST : mediaTypesTest1() 03-02-2022 15:15:10:STARTING TEST : mediaTypesTest2() 03-02-2022 15:15:10:FINISHED TEST : mediaTypesTest2() 03-02-2022 15:15:10:STARTING TEST : newInstanceTest() 03-02-2022 15:15:10:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 03-02-2022 15:15:10:STARTING TEST : languageTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found 03-02-2022 15:15:10:FINISHED TEST : languageTest() 03-02-2022 15:15:10:STARTING TEST : getLocationNotPresentTest() 03-02-2022 15:15:10:#getLocation returns null as expected 03-02-2022 15:15:10:FINISHED TEST : getLocationNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:10:HeaderDelegate is used for header s3 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:10:STARTING TEST : getLinksIsNotNullTest() 03-02-2022 15:15:10:#getLinks contains no links as expected 03-02-2022 15:15:10:FINISHED TEST : getLinksIsNotNullTest() 03-02-2022 15:15:10:STARTING TEST : cacheControlTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 03-02-2022 15:15:10:FINISHED TEST : cacheControlTest() 03-02-2022 15:15:10:STARTING TEST : acceptedStringTest() 03-02-2022 15:15:10:Correct status found in Response: 202 Correct content found in Response: ENtiTy 03-02-2022 15:15:10:FINISHED TEST : acceptedStringTest() 03-02-2022 15:15:10:STARTING TEST : seeOtherTest() 03-02-2022 15:15:10:Correct status found in Response: 303 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 03-02-2022 15:15:10:FINISHED TEST : seeOtherTest() 03-02-2022 15:15:10:STARTING TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:15:10:#getLinkBuilder creates correct Link for given relation 03-02-2022 15:15:10:FINISHED TEST : getLinkBuilderForTheRelationTest() 03-02-2022 15:15:10:STARTING TEST : getEntityTagNotPresentTest() 03-02-2022 15:15:10:#getEntityTag() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getEntityTagNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getLinksTest() 03-02-2022 15:15:10:#getLinks contains expected links 03-02-2022 15:15:10:FINISHED TEST : getLinksTest() 03-02-2022 15:15:10:STARTING TEST : variantTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : variantTest() 03-02-2022 15:15:10:STARTING TEST : cookieTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Expecting Set-Cookiename_1=value_1;version=1 Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path= Processing name_1=value_1;Version=1 Expected Set-Cookie: name_1=value_1;Version=1 is found in Response. Processing name_2=value_2;Version=1;Domain=;Path=/acme Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response. Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path= Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response. 03-02-2022 15:15:10:FINISHED TEST : cookieTest() 03-02-2022 15:15:10:STARTING TEST : lastModifiedTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Last-Modified Verifying the following keys in Response: Key Last-Modified is found in response 03-02-2022 15:15:10:FINISHED TEST : lastModifiedTest() 03-02-2022 15:15:10:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:10:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@eb923ef,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@76b1bad,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@178058c0 03-02-2022 15:15:10:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:10:STARTING TEST : getLanguageNotPresentTest() 03-02-2022 15:15:10:#getLanguage() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getLanguageNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : entityTest() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : entityTest() 03-02-2022 15:15:10:STARTING TEST : okTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : okTest1() 03-02-2022 15:15:10:STARTING TEST : okTest2() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 03-02-2022 15:15:10:FINISHED TEST : okTest2() 03-02-2022 15:15:10:STARTING TEST : okTest3() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest3() 03-02-2022 15:15:10:STARTING TEST : okTest4() 03-02-2022 15:15:10:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest4() 03-02-2022 15:15:10:STARTING TEST : okTest5() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : okTest5() 03-02-2022 15:15:10:STARTING TEST : temporaryRedirectTest() 03-02-2022 15:15:10:Correct status found in Response: 307 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 03-02-2022 15:15:10:FINISHED TEST : temporaryRedirectTest() 03-02-2022 15:15:10:STARTING TEST : getMediaTypeTest() 03-02-2022 15:15:10:#getMediaType returned expected MediaType 03-02-2022 15:15:10:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : fromResponseTest() 03-02-2022 15:15:10:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : fromResponseTest() 03-02-2022 15:15:10:STARTING TEST : getLinkTest() 03-02-2022 15:15:10:#getLink matches expected Link 03-02-2022 15:15:10:FINISHED TEST : getLinkTest() 03-02-2022 15:15:10:STARTING TEST : statusTest3() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest3() 03-02-2022 15:15:10:STARTING TEST : statusTest4() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest4() 03-02-2022 15:15:10:STARTING TEST : statusTest5() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusTest5() 03-02-2022 15:15:10:STARTING TEST : statusTest7() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusTest7() 03-02-2022 15:15:10:STARTING TEST : tagTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : tagTest1() 03-02-2022 15:15:10:STARTING TEST : tagTest2() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : tagTest2() 03-02-2022 15:15:10:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:IllegalStateException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:getHeaders is mutable 03-02-2022 15:15:10:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:15:10:STARTING TEST : typeTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Type text/plain was found 03-02-2022 15:15:10:FINISHED TEST : typeTest() 03-02-2022 15:15:10:STARTING TEST : cloneTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. Correct content found in Response: TestOnly Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : cloneTest() 03-02-2022 15:15:10:STARTING TEST : acceptedGenericEntityTest() 03-02-2022 15:15:10:Correct status found in Response: 202 Correct content found in Response: ENtiTy 03-02-2022 15:15:10:FINISHED TEST : acceptedGenericEntityTest() 03-02-2022 15:15:10:STARTING TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:10:#hasLink has not found any Link as expected 03-02-2022 15:15:10:FINISHED TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:10:STARTING TEST : createdTest() 03-02-2022 15:15:10:Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : createdTest() 03-02-2022 15:15:10:STARTING TEST : getLanguageTest() 03-02-2022 15:15:10:#getLocale matches the Content-Language HTTP header 03-02-2022 15:15:10:FINISHED TEST : getLanguageTest() 03-02-2022 15:15:10:STARTING TEST : notAcceptableTest() 03-02-2022 15:15:10:Correct status found in Response: 406 03-02-2022 15:15:10:FINISHED TEST : notAcceptableTest() 03-02-2022 15:15:10:STARTING TEST : getDateTest() 03-02-2022 15:15:10:#getDate matches the Date HTTP header 03-02-2022 15:15:10:FINISHED TEST : getDateTest() 03-02-2022 15:15:10:STARTING TEST : languageTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Language en-us was found Correct status found in Response: 200 Content Language en-gb was found Correct status found in Response: 200 Content Language zh-cn was found 03-02-2022 15:15:10:FINISHED TEST : languageTest1() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest1() 03-02-2022 15:15:10:Correct status found in Response: 304 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest1() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest2() 03-02-2022 15:15:10:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest2() 03-02-2022 15:15:10:STARTING TEST : notModifiedTest3() 03-02-2022 15:15:10:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 03-02-2022 15:15:10:FINISHED TEST : notModifiedTest3() 03-02-2022 15:15:10:STARTING TEST : getDateNotPresentTest() 03-02-2022 15:15:10:#getDate is null as expected 03-02-2022 15:15:10:FINISHED TEST : getDateNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringTest() 03-02-2022 15:15:10:Found following objects: 03-02-2022 15:15:10:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Mar 02 15:15:10 UTC 2022 Content-Language:fr_CA 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:15:10:STARTING TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:15:10:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4fef71aa,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@76e7bc74,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6300032c 03-02-2022 15:15:10:FINISHED TEST : getStringHeadersUsingToStringTest() 03-02-2022 15:15:10:STARTING TEST : getAllowedMethodsTest() 03-02-2022 15:15:10:#getAllowedMethods returned expected methods TRACE;POST 03-02-2022 15:15:10:FINISHED TEST : getAllowedMethodsTest() 03-02-2022 15:15:10:STARTING TEST : locationTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : locationTest() 03-02-2022 15:15:10:STARTING TEST : getLengthNotPresentTest() 03-02-2022 15:15:10:#getLength matches expected Content-Length -1 03-02-2022 15:15:10:FINISHED TEST : getLengthNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 03-02-2022 15:15:10:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : statusFamilyValueOfTest() 03-02-2022 15:15:10:FINISHED TEST : statusFamilyValueOfTest() 03-02-2022 15:15:10:STARTING TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:10:#getCookies is read-only as expected 03-02-2022 15:15:10:FINISHED TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:10:STARTING TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:15:10:toString method is used as expected 03-02-2022 15:15:10:FINISHED TEST : getHeaderStringUsingToStringTest() 03-02-2022 15:15:10:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:#bufferEntity throws IllegalStateException as expected 03-02-2022 15:15:10:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 03-02-2022 15:15:10:STARTING TEST : acceptedNoArgTest() 03-02-2022 15:15:10:Correct status found in Response: 202 03-02-2022 15:15:10:FINISHED TEST : acceptedNoArgTest() 03-02-2022 15:15:10:STARTING TEST : getFamilyTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : getFamilyTest() 03-02-2022 15:15:10:STARTING TEST : typeTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Content Type text/html was found 03-02-2022 15:15:10:FINISHED TEST : typeTest1() 03-02-2022 15:15:10:STARTING TEST : getEntityTagTest() 03-02-2022 15:15:10:#getEntityTag is "getEntityTag" as expected 03-02-2022 15:15:10:FINISHED TEST : getEntityTagTest() 03-02-2022 15:15:10:STARTING TEST : noContentTest() 03-02-2022 15:15:10:Correct status found in Response: 204 03-02-2022 15:15:10:FINISHED TEST : noContentTest() 03-02-2022 15:15:10:STARTING TEST : getHeadersTest() 03-02-2022 15:15:10:Found following objects: 03-02-2022 15:15:10:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Wed Mar 02 15:15:10 UTC 2022 Content-Language:fr_CA 03-02-2022 15:15:10:FINISHED TEST : getHeadersTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : getLastModifiedNotPresentTest() 03-02-2022 15:15:10:#getLastModified() is null as expected 03-02-2022 15:15:10:FINISHED TEST : getLastModifiedNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getStatusInfoTest() 03-02-2022 15:15:10:#getStatusInfo returned expected StatusTypes 03-02-2022 15:15:10:FINISHED TEST : getStatusInfoTest() 03-02-2022 15:15:10:STARTING TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:10:#hasEntity found the entity as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:10:STARTING TEST : getLengthTest() 03-02-2022 15:15:10:#getLength matches expected Content-Length 10 03-02-2022 15:15:10:FINISHED TEST : getLengthTest() 03-02-2022 15:15:10:STARTING TEST : contentLocationTest() 03-02-2022 15:15:10:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value file:///~/calendar 03-02-2022 15:15:10:FINISHED TEST : contentLocationTest() 03-02-2022 15:15:10:STARTING TEST : getReasonPhraseTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : getReasonPhraseTest() 03-02-2022 15:15:10:STARTING TEST : getLastModifiedTest() 03-02-2022 15:15:10:#getLastModified matches the Last-Modified HTTP header 03-02-2022 15:15:10:FINISHED TEST : getLastModifiedTest() 03-02-2022 15:15:10:STARTING TEST : serverErrorTest() 03-02-2022 15:15:10:Correct status found in Response: 500 03-02-2022 15:15:10:FINISHED TEST : serverErrorTest() 03-02-2022 15:15:10:STARTING TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:10:#hasEntity found the Link as expected 03-02-2022 15:15:10:FINISHED TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:10:STARTING TEST : statusValueOfTest() 03-02-2022 15:15:10: 03-02-2022 15:15:10:FINISHED TEST : statusValueOfTest() 03-02-2022 15:15:10:STARTING TEST : getLocationTest() 03-02-2022 15:15:10:#getLocation contains expected location 03-02-2022 15:15:10:FINISHED TEST : getLocationTest() 03-02-2022 15:15:10:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 03-02-2022 15:15:10:#bufferEntity did ignore no backing stream as expected 03-02-2022 15:15:10:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 03-02-2022 15:15:10:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:15:10:#getLinkBuilder returned null as expected 03-02-2022 15:15:10:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 03-02-2022 15:15:10:STARTING TEST : getLinkNotPresentTest() 03-02-2022 15:15:10:#getLink return null as expected 03-02-2022 15:15:10:FINISHED TEST : getLinkNotPresentTest() 03-02-2022 15:15:10:STARTING TEST : getMediaTypeNoMediaTypeTest() 03-02-2022 15:15:10:#getMediaType returned null as expected 03-02-2022 15:15:10:FINISHED TEST : getMediaTypeNoMediaTypeTest() 03-02-2022 15:15:10:STARTING TEST : getCookiesTest() 03-02-2022 15:15:10:Expecting Set-Cookiec1=v1;version=1 Expecting Set-Cookiec2=v2;version=1 Processing c1=v1;Version=1 Expected Set-Cookie: c1=v1;Version=1 is found in Response. Processing c2=v2;Version=1 Expected Set-Cookie: c2=v2;Version=1 is found in Response. 03-02-2022 15:15:10:#getCookies returned expected cookies 03-02-2022 15:15:10:FINISHED TEST : getCookiesTest() 03-02-2022 15:15:10:STARTING TEST : statusFamilyValuesTest() 03-02-2022 15:15:10:FINISHED TEST : statusFamilyValuesTest() 03-02-2022 15:15:10:STARTING TEST : headerTest() 03-02-2022 15:15:10:Correct status found in Response: 200 Encoding gzip was found Encoding compress was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. 03-02-2022 15:15:10:FINISHED TEST : headerTest() 03-02-2022 15:15:10:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:15:10:#hasEntity has not found any entity as expected 03-02-2022 15:15:10:FINISHED TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:15:10:STARTING TEST : allowStringArrayTest() 03-02-2022 15:15:10:Found expected allowed method OPTIONS 03-02-2022 15:15:10:Found expected allowed method TRACE 03-02-2022 15:15:10:FINISHED TEST : allowStringArrayTest() 03-02-2022 15:15:10:STARTING TEST : linksTest() 03-02-2022 15:15:10:Found expected links 03-02-2022 15:15:10:FINISHED TEST : linksTest() 03-02-2022 15:15:10:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 03-02-2022 15:15:10:OPTIONS has been found in allowed methods 03-02-2022 15:15:10:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 03-02-2022 15:15:10:STARTING TEST : statusTest1() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 03-02-2022 15:15:10:FINISHED TEST : statusTest1() 03-02-2022 15:15:10:STARTING TEST : statusTest2() 03-02-2022 15:15:10:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 03-02-2022 15:15:10:FINISHED TEST : statusTest2() 03-02-2022 15:15:10:STARTING TEST : encodingTest() 03-02-2022 15:15:10:Encoding gzip was found Encoding ccitt was found Encoding pic was found 03-02-2022 15:15:10:Found expected encodings 03-02-2022 15:15:10:FINISHED TEST : encodingTest() 03-02-2022 15:15:10:STARTING TEST : linkStringStringTest() 03-02-2022 15:15:10:Found expected link <http://localhost:888/noUrl>; rel="REL" 03-02-2022 15:15:10:FINISHED TEST : linkStringStringTest() 03-02-2022 15:15:10:STARTING TEST : replaceAllByNullTest() 03-02-2022 15:15:10:FINISHED TEST : replaceAllByNullTest() 03-02-2022 15:15:10:STARTING TEST : replaceAllTest() 03-02-2022 15:15:10:FINISHED TEST : replaceAllTest() 03-02-2022 15:15:10:STARTING TEST : allowStringSetNullRemovesAllTest() 03-02-2022 15:15:10:Allowed methods has been removed by null value as expected 03-02-2022 15:15:10:FINISHED TEST : allowStringSetNullRemovesAllTest() 03-02-2022 15:15:10:STARTING TEST : expiresTest() 03-02-2022 15:15:10:Set and fetched expire dates matched 03-02-2022 15:15:10:FINISHED TEST : expiresTest() 03-02-2022 15:15:10:STARTING TEST : allowStringSetTest() 03-02-2022 15:15:10:Found expected allowed method OPTIONS 03-02-2022 15:15:10:Found expected allowed method TRACE 03-02-2022 15:15:10:FINISHED TEST : allowStringSetTest() 03-02-2022 15:15:10:STARTING TEST : linkUriStringTest() 03-02-2022 15:15:10:Found expected link <http://localhost:888/noUrl>; rel="REL" 03-02-2022 15:15:10:FINISHED TEST : linkUriStringTest() 03-02-2022 15:15:10:STARTING TEST : variantsTest() 03-02-2022 15:15:10:Found expected header Accept-Language. Found expected header Accept-Encoding. 03-02-2022 15:15:10:FINISHED TEST : variantsTest() 03-02-2022 15:15:10:STARTING TEST : allowStringArrayNullRemovesAllTest() 03-02-2022 15:15:10:Allowed methods has been removed by null value as expected 03-02-2022 15:15:10:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorNullStringTest() 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:FINISHED TEST : constructorNullStringTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringTest() 03-02-2022 15:15:10:The exception contains expected #getMessage() 03-02-2022 15:15:10:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:10:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : valueOfTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:10:FINISHED TEST : valueOfTest() 03-02-2022 15:15:10:STARTING TEST : valueOfTest1() 03-02-2022 15:15:10:FINISHED TEST : valueOfTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest1() 03-02-2022 15:15:10:FINISHED TEST : constructorTest1() 03-02-2022 15:15:10:STARTING TEST : constructorTest2() 03-02-2022 15:15:10:FINISHED TEST : constructorTest2() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 03-02-2022 15:15:10:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorWithTypeTest() 03-02-2022 15:15:10:Succesfully created GenericType<ArrayList<String>>(Type) instance 03-02-2022 15:15:10:FINISHED TEST : constructorWithTypeTest() 03-02-2022 15:15:10:STARTING TEST : constructorProtectedTest() 03-02-2022 15:15:10:Succesfully created GenericType<TreeSet<String>>(){} instance 03-02-2022 15:15:10:FINISHED TEST : constructorProtectedTest() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:The tested GenericType<TreeSet<String>> instances are equal 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:Both GenericType instances have the same toString() GenericType{java.util.TreeSet<java.lang.String>} 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : hashCodeTest() 03-02-2022 15:15:10:Both GenericType instances have the same hashCode() 03-02-2022 15:15:10:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : valueOfTest() 03-02-2022 15:15:10:FINISHED TEST : valueOfTest() 03-02-2022 15:15:10:STARTING TEST : noStoreTest() 03-02-2022 15:15:10:FINISHED TEST : noStoreTest() 03-02-2022 15:15:10:STARTING TEST : valueOfTest1() 03-02-2022 15:15:10:FINISHED TEST : valueOfTest1() 03-02-2022 15:15:10:STARTING TEST : revalidateTest() 03-02-2022 15:15:10:FINISHED TEST : revalidateTest() 03-02-2022 15:15:10:STARTING TEST : maxAgeTest() 03-02-2022 15:15:10:FINISHED TEST : maxAgeTest() 03-02-2022 15:15:10:STARTING TEST : equalsTest() 03-02-2022 15:15:10:FINISHED TEST : equalsTest() 03-02-2022 15:15:10:STARTING TEST : getExtensionTest() 03-02-2022 15:15:10:FINISHED TEST : getExtensionTest() 03-02-2022 15:15:10:STARTING TEST : toStringTest() 03-02-2022 15:15:10:FINISHED TEST : toStringTest() 03-02-2022 15:15:10:STARTING TEST : noCacheTest() 03-02-2022 15:15:10:FINISHED TEST : noCacheTest() 03-02-2022 15:15:10:STARTING TEST : noTransformTest() 03-02-2022 15:15:10:FINISHED TEST : noTransformTest() 03-02-2022 15:15:10:STARTING TEST : sMaxAgeTest() 03-02-2022 15:15:10:FINISHED TEST : sMaxAgeTest() 03-02-2022 15:15:10:STARTING TEST : proxyRevalidateTest() 03-02-2022 15:15:10:FINISHED TEST : proxyRevalidateTest() 03-02-2022 15:15:10:STARTING TEST : emptyConstructorTest() 03-02-2022 15:15:10:FINISHED TEST : emptyConstructorTest() 03-02-2022 15:15:10:STARTING TEST : privateTest() 03-02-2022 15:15:10:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : uriConstructorTest() 03-02-2022 15:15:10:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 03-02-2022 15:15:10:Link.JaxbLink.getParams() is empty as expected 03-02-2022 15:15:10:FINISHED TEST : uriConstructorTest() 03-02-2022 15:15:10:STARTING TEST : defaultConstructorTest() 03-02-2022 15:15:10:Link.JaxbLink.getUri() is empty as expected 03-02-2022 15:15:10:Link.JaxbLink.getParams() is empty as expected 03-02-2022 15:15:10:FINISHED TEST : defaultConstructorTest() 03-02-2022 15:15:10:STARTING TEST : uriParamsConstructorTest() 03-02-2022 15:15:10:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 03-02-2022 15:15:10:Link.JaxbLink.getParams() contains qName as expected 03-02-2022 15:15:10:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithNullThrowableTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithNullThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithNullThrowableNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithNotNullMessageTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithNotNullMessageTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithCheckedExceptionTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithCheckedExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorWithRuntimeExceptionTest() 03-02-2022 15:15:10:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorObjectsTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:FINISHED TEST : constructorObjectsTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected for null challenge 03-02-2022 15:15:10:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 03-02-2022 15:15:10:STARTING TEST : constructorThrowableObjectTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorThrowableObjectTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringThrowableObjectsTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringThrowableObjectsTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringObjectsTest() 03-02-2022 15:15:10:response contains expected Unauthorized status 03-02-2022 15:15:10:found expected getMessage()= TCK NotAuthorizedException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringObjectsTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 03-02-2022 15:15:10:NullPointerException has been thrown as expected for null challenge 03-02-2022 15:15:10:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 03-02-2022 15:15:10:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:Found expected http Host header 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:10:STARTING TEST : constructorStatusTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:FINISHED TEST : constructorStatusTest() 03-02-2022 15:15:10:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorStatusThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStatusThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:10:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorStatusNullThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:10:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorIntTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:FINISHED TEST : constructorIntTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:10:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:10:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringStatusThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:found expected getMessage()= TCK ServerErrorException description 03-02-2022 15:15:10:FINISHED TEST : constructorStringStatusThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:10:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorIntThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Network Authentication Required status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:FINISHED TEST : constructorIntThrowableTest() 03-02-2022 15:15:10:STARTING TEST : constructorIntThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorIntThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:10:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:10:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:10:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:10:STARTING TEST : constructorStatusThrowableTest() 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Internal Server Error status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Not Implemented status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Bad Gateway status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Service Unavailable status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.io.IOException 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Error 03-02-2022 15:15:10:response contains expected Gateway Timeout status 03-02-2022 15:15:10:getCause contains expected java.lang.Throwable 03-02-2022 15:15:10:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:10:getCause contains expected java.lang.RuntimeException WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusUriThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusUriThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntUriThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorIntUriThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorIntUriTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:FINISHED TEST : constructorIntUriTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusUriTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusUriTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusUriTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:FINISHED TEST : constructorStatusUriTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntUriThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntUriThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntUriTest() 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected location http://oracle.com:888/REDIRECTIONtest 03-02-2022 15:15:11:found expected getMessage()= TCK RedirectionException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 03-02-2022 15:15:11:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 03-02-2022 15:15:11:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 03-02-2022 15:15:11:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:found expected getMessage()= TCK InternalServerErrorException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:11:STARTING TEST : valueOfTest() 03-02-2022 15:15:11:#valueOf( CLIENT ) equals CLIENT as expected 03-02-2022 15:15:11:#valueOf( SERVER ) equals SERVER as expected 03-02-2022 15:15:11:FINISHED TEST : valueOfTest() 03-02-2022 15:15:11:STARTING TEST : valuesTest() 03-02-2022 15:15:11:Found CLIENT in valus() CLIENT, SERVER 03-02-2022 15:15:11:Found SERVER in valus() CLIENT, SERVER 03-02-2022 15:15:11:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStringStringsThrowsNPETest() 03-02-2022 15:15:11:NullPointerException has been thrown as expected, for null method 03-02-2022 15:15:11:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for when no allow http header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableStringsTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableStringsTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for when no allow http header 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableStringThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null methods 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableStringThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowsNPETest() 03-02-2022 15:15:11:NullPointerException has been thrown as expected, for null method 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowsNPETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStringStringsTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK NotAllowedException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringStringStringsTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableStringTest() 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringRequestThrowableTest() 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK BadRequestException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorStringRequestThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIEATest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIEATest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected retry time null 03-02-2022 15:15:11:#hasRetryAfter returned expected false value 03-02-2022 15:15:11:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Request as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK NotAcceptableException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Request as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Forbidden as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status OK 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Created 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status OK 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Created 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 999 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:FINISHED TEST : constructorStatusTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 999 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStatusThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusNullThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:FINISHED TEST : constructorIntTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 999 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -1 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 999 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status -2147483648 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status 2147483647 03-02-2022 15:15:11:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ClientErrorException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusNullThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for null status 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorIntThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorIntThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorIntThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorIntThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIEATest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIEATest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStatusThrowableTest() 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Bad Request 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unauthorized 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Payment Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Forbidden 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Found 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Method Not Allowed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Not Acceptable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Proxy Authentication Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Timeout 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Conflict 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Gone 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Length Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Entity Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request-URI Too Long 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unsupported Media Type 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Requested Range Not Satisfiable 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Expectation Failed 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Precondition Required 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Too Many Requests 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Request Header Fields Too Large 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:Response of the exception contains expected status Unavailable For Legal Reasons 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorStringNullStatusThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected when null Status 03-02-2022 15:15:11:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableStatusTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableStatusTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableResponseTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableResponseTest() 03-02-2022 15:15:11:STARTING TEST : statusNullTest() 03-02-2022 15:15:11:FINISHED TEST : statusNullTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringNullResponseTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringNullResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringIntTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringIntTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableNullResponseTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableNullResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringStatusTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringStatusTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : throwableStatusTest1() 03-02-2022 15:15:11:FINISHED TEST : throwableStatusTest1() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableIntTest() 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected OK status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Created status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Accepted status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected No Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Reset Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Partial Content status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Multiple Choices status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Moved Permanently status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected See Other status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Modified status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Use Proxy status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Temporary Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Permanent Redirect status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Request status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unauthorized status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Payment Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Method Not Allowed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Acceptable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Proxy Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Conflict status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gone status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Length Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Entity Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request-URI Too Long status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Requested Range Not Satisfiable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Expectation Failed status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Precondition Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Too Many Requests status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Request Header Fields Too Large status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Unavailable For Legal Reasons status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Internal Server Error status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Implemented status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Bad Gateway status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Service Unavailable status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Gateway Timeout status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected HTTP Version Not Supported status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Network Authentication Required status 03-02-2022 15:15:11:found expected getMessage()= TCK WebApplicationException description 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableIntTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown when null Status as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown when null Status as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown when null Status as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown when null Status as expected 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status OK 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Created 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Request as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:found expected getMessage()= TCK ForbiddenException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Forbidden status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status OK as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Created as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Accepted as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status No Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Reset Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Partial Content as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Multiple Choices as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Moved Permanently as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status See Other as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Modified as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Use Proxy as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Temporary Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Permanent Redirect as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Request as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unauthorized as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Payment Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Found as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Method Not Allowed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Acceptable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Conflict as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gone as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Length Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Expectation Failed as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Precondition Required as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Too Many Requests as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Internal Server Error as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Not Implemented as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Bad Gateway as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Service Unavailable as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Gateway Timeout as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 03-02-2022 15:15:11:IllegalArgumentException has been thrown for status Network Authentication Required as expected 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status OK 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Created 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Found 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:FINISHED TEST : constructorResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:Found expected http Host header 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:found expected getMessage()= TCK NotFoundException description 03-02-2022 15:15:11:FINISHED TEST : constructorStringTest() 03-02-2022 15:15:11:STARTING TEST : constructorThrowableTest() 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.RuntimeException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.io.IOException 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.Error 03-02-2022 15:15:11:response contains expected Not Found status 03-02-2022 15:15:11:getCause contains expected java.lang.Throwable 03-02-2022 15:15:11:FINISHED TEST : constructorThrowableTest() 03-02-2022 15:15:11:STARTING TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorStringResponseThrowsIAETest() 03-02-2022 15:15:11:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status OK 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Created 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Accepted 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status No Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Reset Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Partial Content 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Multiple Choices 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Moved Permanently 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Found 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status See Other 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Modified 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Use Proxy 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Temporary Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Permanent Redirect 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Request 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unauthorized 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Payment Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Forbidden 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Method Not Allowed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Acceptable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Conflict 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gone 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Length Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Expectation Failed 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Precondition Required 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Too Many Requests 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Internal Server Error 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Not Implemented 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Bad Gateway 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Service Unavailable 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Gateway Timeout 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 03-02-2022 15:15:11:IllegalArgumentException has been thrown as expected for status Network Authentication Required 03-02-2022 15:15:11:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : constructorTest() 03-02-2022 15:15:11:response contains expected Unsupported Media Type status 03-02-2022 15:15:11:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientConfigTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetPathTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterObjectTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterClassTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetQueryParamTest() 03-02-2022 15:15:11:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 03-02-2022 15:15:11:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 03-02-2022 15:15:11:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 03-02-2022 15:15:11:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 03-02-2022 15:15:11:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 03-02-2022 15:15:11:NullPointerException was successfully thrown for null target as expected 03-02-2022 15:15:11:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetConfigTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetGetUriTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetPropertyTest() 03-02-2022 15:15:11:STARTING TEST : targetWithStringNullPointerExceptionTest() 03-02-2022 15:15:11:NullPointerException was successfully thrown for null target as expected 03-02-2022 15:15:11:FINISHED TEST : targetWithStringNullPointerExceptionTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientTargetWithUriTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 03-02-2022 15:15:11:STARTING TEST : targetWithUriNullPointerExceptionTest() 03-02-2022 15:15:11:NullPointerException was successfully thrown for null target as expected 03-02-2022 15:15:11:FINISHED TEST : targetWithUriNullPointerExceptionTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRequestTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRequestTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object) throws java.lang.NullPointerException 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 03-02-2022 15:15:11:STARTING TEST : targetLinkTest() 03-02-2022 15:15:11:FINISHED TEST : targetLinkTest() 03-02-2022 15:15:11:STARTING TEST : targetWithLinkNullPointerExceptionTest() 03-02-2022 15:15:11:NullPointerException was successfully thrown for null target as expected 03-02-2022 15:15:11:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 03-02-2022 15:15:11:STARTING TEST : targetUriBuilderTest() 03-02-2022 15:15:11:FINISHED TEST : targetUriBuilderTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterClassTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetMatrixParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetMatrixParamTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientInvocationWithLinkTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientInvocationWithLinkTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object,boolean) throws java.lang.NullPointerException 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterClassMapTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientPropertyTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientTargetWithLinkTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 03-02-2022 15:15:11:STARTING TEST : targetStringTest() 03-02-2022 15:15:11:FINISHED TEST : targetStringTest() 03-02-2022 15:15:11:STARTING TEST : closeOnClientTargetWithStringTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnClientTargetWithStringTest() 03-02-2022 15:15:11:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 03-02-2022 15:15:11:NullPointerException successfully thrown when no link 03-02-2022 15:15:11:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 03-02-2022 15:15:11:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) 03-02-2022 15:15:11:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 03-02-2022 15:15:11:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 03-02-2022 15:15:11:STARTING TEST : targetUriTest() 03-02-2022 15:15:11:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Returned unexpected response with status code 406 03-02-2022 15:15:11:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitInvocationCallbackTest() 03-02-2022 15:15:11:Found expected GET 03-02-2022 15:15:11:FINISHED TEST : submitInvocationCallbackTest() 03-02-2022 15:15:11:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Response cotains expected status Not Acceptable 03-02-2022 15:15:11:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeGenericTypeTest() 03-02-2022 15:15:11:Found expected GET 03-02-2022 15:15:11:FINISHED TEST : invokeGenericTypeTest() 03-02-2022 15:15:11:STARTING TEST : invokePlainTest() 03-02-2022 15:15:11:Found expected GET 03-02-2022 15:15:11:FINISHED TEST : invokePlainTest() 03-02-2022 15:15:11:STARTING TEST : submitStringThrowsProcessingExceptionTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 03-02-2022 15:15:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:15:11:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Response cotains expected status Not Acceptable 03-02-2022 15:15:11:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitPlainTest() 03-02-2022 15:15:11:Found expected GET 03-02-2022 15:15:11:FINISHED TEST : submitPlainTest() 03-02-2022 15:15:11:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:15:11:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:15:11:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Response cotains expected status Not Acceptable 03-02-2022 15:15:11:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 03-02-2022 15:15:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:15:11:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 03-02-2022 15:15:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:15:11:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:WebApplicationException has been thrown 03-02-2022 15:15:11:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 03-02-2022 15:15:11:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:15:11:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:15:11:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:15:11:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 03-02-2022 15:15:11:Found expected status code 406 03-02-2022 15:15:11:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 03-02-2022 15:15:11:ProcessingException has been thrown 03-02-2022 15:15:11:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeThrowsExceptionTest() 03-02-2022 15:15:11:ProcessingException has been thrown 03-02-2022 15:15:11:FINISHED TEST : invokeThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:WebApplicationException has been thrown 03-02-2022 15:15:11:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeClassTest() 03-02-2022 15:15:11:Found expected POST 03-02-2022 15:15:11:Found expected invokeClassTest 03-02-2022 15:15:11:FINISHED TEST : invokeClassTest() 03-02-2022 15:15:11:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Response return code is 406 as expected 03-02-2022 15:15:11:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeClassThrowsExceptionTest() 03-02-2022 15:15:11:ProcessingException has been thrown 03-02-2022 15:15:11:FINISHED TEST : invokeClassThrowsExceptionTest() 03-02-2022 15:15:11:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:Response return code is 406 as expected 03-02-2022 15:15:11:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitClassTest() 03-02-2022 15:15:11:Found expected POST 03-02-2022 15:15:11:Found expected submitClassTest 03-02-2022 15:15:11:FINISHED TEST : submitClassTest() 03-02-2022 15:15:11:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 03-02-2022 15:15:11:ExecutionException.getCause is WebApplicationException as expected 03-02-2022 15:15:11:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 03-02-2022 15:15:11:STARTING TEST : submitGenericTypeTest() 03-02-2022 15:15:11:Found expected POST 03-02-2022 15:15:11:Found expected submitGenericTypeTest 03-02-2022 15:15:11:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 03-02-2022 15:15:11:STARTING TEST : jsonTest() 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:FINISHED TEST : jsonTest() 03-02-2022 15:15:11:STARTING TEST : xmlTest() 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:FINISHED TEST : xmlTest() 03-02-2022 15:15:11:STARTING TEST : formFormTest() 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:FINISHED TEST : formFormTest() 03-02-2022 15:15:11:STARTING TEST : entityStringTest() 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Found expected entity 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:FINISHED TEST : entityStringTest() 03-02-2022 15:15:11:STARTING TEST : textTest() 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:FINISHED TEST : textTest() 03-02-2022 15:15:11:STARTING TEST : entityVariantTest() 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:FINISHED TEST : entityVariantTest() 03-02-2022 15:15:11:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 03-02-2022 15:15:11:STARTING TEST : entityStringGetEntityTest() 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:FINISHED TEST : entityStringGetEntityTest() 03-02-2022 15:15:11:STARTING TEST : htmlTest() 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Found expected stringbuffer 03-02-2022 15:15:11:FINISHED TEST : htmlTest() 03-02-2022 15:15:11:STARTING TEST : entityVariantAnnotationsTest() 03-02-2022 15:15:11:string */* fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string */* fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string */* fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string */* de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string */* de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string */* de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xml de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/atom+xml de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/xhtml+xml de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/svg+xml de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/x-www-form-urlencoded de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string multipart/form-data de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/octet-stream de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/plain de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/xml de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/html de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string text/event-stream de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json fr UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json fr ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json fr CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json de UTF-16 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json de ISO-8859-2 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:string application/json-patch+json de CP1250 03-02-2022 15:15:11:Found expected string 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream */* de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xml de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/atom+xml de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/xhtml+xml de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/svg+xml de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/x-www-form-urlencoded de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream multipart/form-data de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/octet-stream de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/plain de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/xml de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/html de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream text/event-stream de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json fr UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json fr ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json fr CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json de UTF-16 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json de ISO-8859-2 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:inputstream application/json-patch+json de CP1250 03-02-2022 15:15:11:Found expected inputstream 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable */* de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xml de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/atom+xml de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/xhtml+xml de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/svg+xml de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/x-www-form-urlencoded de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable multipart/form-data de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/octet-stream de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/plain de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/xml de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/html de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable text/event-stream de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json fr UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json fr ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json fr CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json de UTF-16 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json de ISO-8859-2 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:serializable application/json-patch+json de CP1250 03-02-2022 15:15:11:Found expected serializable 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* fr UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* fr ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* fr CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* de UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* de ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder */* de CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType */* 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml fr UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml fr CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml de UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml de ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xml de CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml fr UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml fr CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml de UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/atom+xml de CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml fr UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml fr CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml de UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/xhtml+xml de CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/svg+xml fr UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/svg+xml fr ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/svg+xml fr CP1250 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language fr 03-02-2022 15:15:11:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/svg+xml de UTF-16 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:11:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:11:stringbuilder application/svg+xml de ISO-8859-2 03-02-2022 15:15:11:Found expected stringbuilder 03-02-2022 15:15:11:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:11:Sucessfully retrieved Language de 03-02-2022 15:15:11:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:11:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/svg+xml de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/x-www-form-urlencoded de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder multipart/form-data de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/octet-stream de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/plain de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/xml de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/html de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder text/event-stream de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json fr UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json fr CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json de UTF-16 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuilder application/json-patch+json de CP1250 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer */* de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xml de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/atom+xml de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/xhtml+xml de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/svg+xml de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/x-www-form-urlencoded de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer multipart/form-data de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/octet-stream de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/plain de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/xml de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/html de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer text/event-stream de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json fr UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json fr ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json fr CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language fr 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json de UTF-16 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding UTF-16 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json de ISO-8859-2 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding ISO-8859-2 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:stringbuffer application/json-patch+json de CP1250 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Language de 03-02-2022 15:15:12:Sucessfully retrieved Encoding CP1250 03-02-2022 15:15:12:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:FINISHED TEST : entityVariantAnnotationsTest() 03-02-2022 15:15:12:STARTING TEST : entityMediaTypeGetEntityTest() 03-02-2022 15:15:12:Found expected string 03-02-2022 15:15:12:Found expected inputstream 03-02-2022 15:15:12:Found expected serializable 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:FINISHED TEST : entityMediaTypeGetEntityTest() 03-02-2022 15:15:12:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 03-02-2022 15:15:12:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:12:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 03-02-2022 15:15:12:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 03-02-2022 15:15:12:IllegalArgumentException has been thrown as expected 03-02-2022 15:15:12:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 03-02-2022 15:15:12:STARTING TEST : formMultivaluedMapTest() 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:FINISHED TEST : formMultivaluedMapTest() 03-02-2022 15:15:12:STARTING TEST : entityMediaTypeTest() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:FINISHED TEST : entityMediaTypeTest() 03-02-2022 15:15:12:STARTING TEST : entityMediaTypeAnnotationsTest() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType */* 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xml 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/atom+xml 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/svg+xml 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/x-www-form-urlencoded 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType multipart/form-data 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/octet-stream 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/plain 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/xml 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/html 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType text/event-stream 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:Found expected entity 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/json-patch+json 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 03-02-2022 15:15:12:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 03-02-2022 15:15:12:FINISHED TEST : entityMediaTypeAnnotationsTest() 03-02-2022 15:15:12:STARTING TEST : xhtmlTest() 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected string 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected inputstream 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected serializable 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected stringbuilder 03-02-2022 15:15:12:Sucessfully retrieved MediaType application/xhtml+xml 03-02-2022 15:15:12:Found expected stringbuffer 03-02-2022 15:15:12:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : getLinksTest() 03-02-2022 15:15:12:Found #getLinks()={ http://localhost:8080/404URL/ } 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLinksTest() 03-02-2022 15:15:12:STARTING TEST : getMediaTypeTest() 03-02-2022 15:15:12:Found expected MediaType.APPLICATION_SVG_XML_TYPE 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:15:12:STARTING TEST : getLinkTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:12:Found #getLink()= http://localhost:8080/404URL/ 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLinkTest() 03-02-2022 15:15:12:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:15:12:#getHeaders is mutable as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:15:12:STARTING TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:12:#hasLink has not found any link as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : hasLinkWhenNoLinkTest() 03-02-2022 15:15:12:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 03-02-2022 15:15:12:#getHeaderString is comma separated combination of value1 and value2 as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 03-02-2022 15:15:12:STARTING TEST : getHeaderStringIsEmptyTest() 03-02-2022 15:15:12:#getHeaderString is empty string as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringIsEmptyTest() 03-02-2022 15:15:12:STARTING TEST : getLanguageTest() 03-02-2022 15:15:12:Found #getLanguage()= fr_CA 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLanguageTest() 03-02-2022 15:15:12:STARTING TEST : getDateTest() 03-02-2022 15:15:12:Found #getDate()= Wed Mar 02 15:15:12 UTC 2022 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getDateTest() 03-02-2022 15:15:12:STARTING TEST : getHeaderStringIsNullTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:12:#getHeaderString is null as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringIsNullTest() 03-02-2022 15:15:12:STARTING TEST : getHeaderStringTest() 03-02-2022 15:15:12:#getHeaderString is value1 as expected 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:15:12:STARTING TEST : setStatusInfoTest() 03-02-2022 15:15:12:Found expected status: 302 03-02-2022 15:15:12:FINISHED TEST : setStatusInfoTest() 03-02-2022 15:15:12:STARTING TEST : getAllowedMethodsTest() 03-02-2022 15:15:12:found methods: GET OPTIONS 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getAllowedMethodsTest() 03-02-2022 15:15:12:STARTING TEST : getStatusTest() 03-02-2022 15:15:12:Found expected response status 222 03-02-2022 15:15:12:FINISHED TEST : getStatusTest() 03-02-2022 15:15:12:STARTING TEST : getEntityTagTest() 03-02-2022 15:15:12:Found #getEntityTag()= EntityTagValue 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getEntityTagTest() 03-02-2022 15:15:12:STARTING TEST : setEntityStreamTest() 03-02-2022 15:15:12:#setEntityStream( ENTITY ) set entity ENTITY 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : setEntityStreamTest() 03-02-2022 15:15:12:STARTING TEST : getHeadersTest() 03-02-2022 15:15:12:Found #getHeaders()={ header1 : value1 } 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeadersTest() 03-02-2022 15:15:12:STARTING TEST : getStatusInfoTest() 03-02-2022 15:15:12:Found expected response status 222 03-02-2022 15:15:12:FINISHED TEST : getStatusInfoTest() 03-02-2022 15:15:12:STARTING TEST : setStatusTest() 03-02-2022 15:15:12:Found expected status: 403 03-02-2022 15:15:12:FINISHED TEST : setStatusTest() 03-02-2022 15:15:12:STARTING TEST : getLinkBuilderTest() 03-02-2022 15:15:12:Found #getLinkBuilder()= http://localhost:8080/404URL/ 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLinkBuilderTest() 03-02-2022 15:15:12:STARTING TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:12:Found #hasEntity()=true 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : hasEntityWhenEntityTest() 03-02-2022 15:15:12:STARTING TEST : getLengthTest() 03-02-2022 15:15:12:Found #getLength()= 6 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLengthTest() 03-02-2022 15:15:12:STARTING TEST : getLastModifiedTest() 03-02-2022 15:15:12:Found #getLastModified()= Wed Mar 02 15:15:12 UTC 2022 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLastModifiedTest() 03-02-2022 15:15:12:STARTING TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:12:#hasLink has found the given link 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : hasLinkWhenLinkTest() 03-02-2022 15:15:12:STARTING TEST : getLocationTest() 03-02-2022 15:15:12:Found #getLocation= http://localhost:8080/404URL/ 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getLocationTest() 03-02-2022 15:15:12:STARTING TEST : getCookiesTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getCookiesTest() 03-02-2022 15:15:12:STARTING TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:15:12:Found #hasEntity()=false 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : hasEntityWhenNoEntityTest() 03-02-2022 15:15:12:STARTING TEST : getEntityStreamTest() 03-02-2022 15:15:12:Found #getEntityStream()= ENTITY 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 03-02-2022 15:15:12:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamThrowsNPEOnNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 03-02-2022 15:15:12:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanFalseTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 03-02-2022 15:15:12:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamOnTwoSegmentsTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 03-02-2022 15:15:12:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 03-02-2022 15:15:12:FINISHED TEST : matrixParamOnTwoSegmentsTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 03-02-2022 15:15:12:STARTING TEST : getUriBuilderTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 03-02-2022 15:15:12:FINISHED TEST : getUriBuilderTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 03-02-2022 15:15:12:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 03-02-2022 15:15:12:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 03-02-2022 15:15:12:STARTING TEST : queryParamNullValueTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/path/path2 03-02-2022 15:15:12:#paramName(name, null) removed values as expected 03-02-2022 15:15:12:FINISHED TEST : queryParamNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesNullNameTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 03-02-2022 15:15:12:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 03-02-2022 15:15:12:#pathParams returned the same traget wehn empty as expected 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 03-02-2022 15:15:12:STARTING TEST : requestNoArgTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:Found expected */* 03-02-2022 15:15:12:FINISHED TEST : requestNoArgTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 03-02-2022 15:15:12:#pathParams returned the same traget wehn empty as expected 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:STARTING TEST : requestMediaTypeTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:Found expected application/atom+xml 03-02-2022 15:15:12:Found expected application/json 03-02-2022 15:15:12:Found expected text/xml 03-02-2022 15:15:12:FINISHED TEST : requestMediaTypeTest() 03-02-2022 15:15:12:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 03-02-2022 15:15:12:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanTrueTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 03-02-2022 15:15:12:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesNullValueTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamTest() 03-02-2022 15:15:12:Found expected ;matrix=arg1 03-02-2022 15:15:12:Found expected ;matrix=arg2 03-02-2022 15:15:12:Found expected ;matrix=arg3 03-02-2022 15:15:12:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 03-02-2022 15:15:12:FINISHED TEST : matrixParamTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 03-02-2022 15:15:12:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 03-02-2022 15:15:12:STARTING TEST : requestStringTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:Found expected application/atom+xml 03-02-2022 15:15:12:Found expected application/json 03-02-2022 15:15:12:Found expected text/xml 03-02-2022 15:15:12:FINISHED TEST : requestStringTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesFromEncodedTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 03-02-2022 15:15:12:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesFromEncodedTest() 03-02-2022 15:15:12:STARTING TEST : getUriBuilderIsDetachedTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 03-02-2022 15:15:12:FINISHED TEST : getUriBuilderIsDetachedTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/lane 03-02-2022 15:15:12:URI http://cts.tck:888/resource/lane contains given path parameter 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/lane/route66/pavement 03-02-2022 15:15:12:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 03-02-2022 15:15:12:#pathParams returned the same traget wehn empty as expected 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 03-02-2022 15:15:12:STARTING TEST : getUriTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource 03-02-2022 15:15:12:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 03-02-2022 15:15:12:FINISHED TEST : getUriTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 03-02-2022 15:15:12:#pathParams returned the same traget wehn empty as expected 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 03-02-2022 15:15:12:STARTING TEST : pathTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/a/b/c/d/e 03-02-2022 15:15:12:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 03-02-2022 15:15:12:FINISHED TEST : pathTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplateFromEncodedTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 03-02-2022 15:15:12:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 03-02-2022 15:15:12:FINISHED TEST : resolveTemplateFromEncodedTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesNullMapTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesNullMapTest() 03-02-2022 15:15:12:STARTING TEST : resolveTemplatesTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource/lane/route66/pavement 03-02-2022 15:15:12:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 03-02-2022 15:15:12:FINISHED TEST : resolveTemplatesTest() 03-02-2022 15:15:12:STARTING TEST : pathThrowsNPEOnNullTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 03-02-2022 15:15:12:FINISHED TEST : pathThrowsNPEOnNullTest() 03-02-2022 15:15:12:STARTING TEST : queryParamTest() 03-02-2022 15:15:12:Found expected http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 03-02-2022 15:15:12:URI http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 contains given query parameter 03-02-2022 15:15:12:FINISHED TEST : queryParamTest() 03-02-2022 15:15:12:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 03-02-2022 15:15:12:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 03-02-2022 15:15:12:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:12:Found expected substring: bean 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 03-02-2022 15:15:12:STARTING TEST : getDateNullTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : getDateNullTest() 03-02-2022 15:15:12:STARTING TEST : getEntityTest() 03-02-2022 15:15:12:Found expected substring: test 03-02-2022 15:15:12:FINISHED TEST : getEntityTest() 03-02-2022 15:15:12:STARTING TEST : getEntityAnnotationsNullTest() 03-02-2022 15:15:12:Found expected substring: 0 03-02-2022 15:15:12:FINISHED TEST : getEntityAnnotationsNullTest() 03-02-2022 15:15:12:STARTING TEST : abortWithTest() 03-02-2022 15:15:12:Found expected status: 201 03-02-2022 15:15:12:FINISHED TEST : abortWithTest() 03-02-2022 15:15:12:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:12:Found expected substring: cts 03-02-2022 15:15:12:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 03-02-2022 15:15:12:STARTING TEST : getStringHeadersTest() 03-02-2022 15:15:12:Found expected substring: text/html 03-02-2022 15:15:12:Found expected substring: cts 03-02-2022 15:15:12:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 03-02-2022 15:15:12:FINISHED TEST : getStringHeadersTest() 03-02-2022 15:15:12:STARTING TEST : getMediaTypeTest() 03-02-2022 15:15:12:Found expected substring: application/x-www-form-urlencoded 03-02-2022 15:15:12:FINISHED TEST : getMediaTypeTest() 03-02-2022 15:15:12:STARTING TEST : getEntityAnnotationsTest() 03-02-2022 15:15:12:Found expected substring: jakarta.ws.rs.ext.Provider 03-02-2022 15:15:12:FINISHED TEST : getEntityAnnotationsTest() 03-02-2022 15:15:12:STARTING TEST : getMethodTest() 03-02-2022 15:15:12:Found expected substring: OPTIONS 03-02-2022 15:15:12:Found expected substring: DELETE WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae 03-02-2022 15:15:12:Found expected substring: GET WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d 03-02-2022 15:15:12:Found expected substring: TRACE 03-02-2022 15:15:12:Found expected substring: PUT 03-02-2022 15:15:12:Found expected substring: POST 03-02-2022 15:15:12:FINISHED TEST : getMethodTest() 03-02-2022 15:15:12:STARTING TEST : setEntityTest() 03-02-2022 15:15:12:Counter is 1 03-02-2022 15:15:12:Counter is 2 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : setEntityTest() 03-02-2022 15:15:12:STARTING TEST : hasEntityTest() 03-02-2022 15:15:12:Found expected substring: false 03-02-2022 15:15:12:Found expected substring: true 03-02-2022 15:15:12:FINISHED TEST : hasEntityTest() 03-02-2022 15:15:12:STARTING TEST : getHeadersIsMutableTest() 03-02-2022 15:15:12:Found expected substring: Accept 03-02-2022 15:15:12:FINISHED TEST : getHeadersIsMutableTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 03-02-2022 15:15:12:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 03-02-2022 15:15:12:STARTING TEST : getLanguageTest() 03-02-2022 15:15:12:Found expected substring: zh_tw 03-02-2022 15:15:12:FINISHED TEST : getLanguageTest() 03-02-2022 15:15:12:STARTING TEST : getDateTest() 03-02-2022 15:15:12:Found expected substring: Nov 03-02-2022 15:15:12:Found expected substring: 1994 03-02-2022 15:15:12:Found expected substring: 31 03-02-2022 15:15:12:FINISHED TEST : getDateTest() 03-02-2022 15:15:12:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 03-02-2022 15:15:12:Found expected substring: 0 03-02-2022 15:15:12:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 03-02-2022 15:15:12:STARTING TEST : getLanguageIsNullTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : getLanguageIsNullTest() 03-02-2022 15:15:12:STARTING TEST : getHeaderStringTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getHeaderStringTest() 03-02-2022 15:15:12:STARTING TEST : getEntityClassTest() 03-02-2022 15:15:12:Found expected substring: java.io.ByteArrayInputStream 03-02-2022 15:15:12:FINISHED TEST : getEntityClassTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableLanguagesByWeightsTest() 03-02-2022 15:15:12:Found expected substring: da 03-02-2022 15:15:12:Found expected substring: gb 03-02-2022 15:15:12:Found expected substring: us 03-02-2022 15:15:12:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 03-02-2022 15:15:12:STARTING TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getCookiesIsImmutableTest() 03-02-2022 15:15:12:STARTING TEST : getPropertyNamesTest() 03-02-2022 15:15:12:Found expected substring: PROPERTY1 03-02-2022 15:15:12:Found expected substring: PROPERTY2 03-02-2022 15:15:12:FINISHED TEST : getPropertyNamesTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableMediaTypesTest() 03-02-2022 15:15:12:Found expected substring: text/* 03-02-2022 15:15:12:Found expected substring: text/html 03-02-2022 15:15:12:Found expected substring: */* 03-02-2022 15:15:12:FINISHED TEST : getAcceptableMediaTypesTest() 03-02-2022 15:15:12:STARTING TEST : getHeadersTest() 03-02-2022 15:15:12:Found expected substring: Accept 03-02-2022 15:15:12:Found expected substring: Date 03-02-2022 15:15:12:Found expected substring: tck 03-02-2022 15:15:12:FINISHED TEST : getHeadersTest() 03-02-2022 15:15:12:STARTING TEST : getPropertyIsNullTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : getPropertyIsNullTest() 03-02-2022 15:15:12:STARTING TEST : getEntityClassListStringTest() 03-02-2022 15:15:12:Found expected substring: java.util.ArrayList 03-02-2022 15:15:12:FINISHED TEST : getEntityClassListStringTest() 03-02-2022 15:15:12:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 03-02-2022 15:15:12:Found expected substring: cts 03-02-2022 15:15:12:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 03-02-2022 15:15:12:STARTING TEST : getClientTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getClientTest() 03-02-2022 15:15:12:STARTING TEST : getUriTest() 03-02-2022 15:15:12:Found expected substring: http://localhost:8080/404URL/ 03-02-2022 15:15:12:FINISHED TEST : getUriTest() 03-02-2022 15:15:12:STARTING TEST : getSetPropertyTest() 03-02-2022 15:15:12:Found expected substring: value 03-02-2022 15:15:12:FINISHED TEST : getSetPropertyTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableLanguagesTest() 03-02-2022 15:15:12:Found expected substring: fr_CA 03-02-2022 15:15:12:Found expected substring: zh_CN 03-02-2022 15:15:12:FINISHED TEST : getAcceptableLanguagesTest() 03-02-2022 15:15:12:STARTING TEST : getMediaTypeIsNullTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : getMediaTypeIsNullTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 03-02-2022 15:15:12:STARTING TEST : getConfigurationTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getConfigurationTest() 03-02-2022 15:15:12:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 03-02-2022 15:15:12:Found expected status: 200 03-02-2022 15:15:12:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 03-02-2022 15:15:12:STARTING TEST : removePropertyTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : removePropertyTest() 03-02-2022 15:15:12:STARTING TEST : getEntityNullTest() 03-02-2022 15:15:12:Found expected substring: NULL 03-02-2022 15:15:12:FINISHED TEST : getEntityNullTest() 03-02-2022 15:15:12:STARTING TEST : getEntityTypeListStringTest() 03-02-2022 15:15:12:Found expected substring: java.lang.String 03-02-2022 15:15:12:FINISHED TEST : getEntityTypeListStringTest() 03-02-2022 15:15:12:STARTING TEST : getCookiesTest() 03-02-2022 15:15:12:Found expected substring: cts 03-02-2022 15:15:12:Found expected substring: tck 03-02-2022 15:15:12:Found expected substring: jee 03-02-2022 15:15:12:FINISHED TEST : getCookiesTest() 03-02-2022 15:15:12:STARTING TEST : getPropertyNamesIsImmutableTest() 03-02-2022 15:15:12:getPropertyNames is immutable as expected 03-02-2022 15:15:12:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : newClientWithConfigurationTest() 03-02-2022 15:15:12:FINISHED TEST : newClientWithConfigurationTest() 03-02-2022 15:15:12:STARTING TEST : newClientNoParamTest() 03-02-2022 15:15:12:FINISHED TEST : newClientNoParamTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : completedTest() 03-02-2022 15:15:12:Found expected get 03-02-2022 15:15:12:InvocationCallback#completed has been called as expected 03-02-2022 15:15:12:FINISHED TEST : completedTest() 03-02-2022 15:15:12:STARTING TEST : failedTest() 03-02-2022 15:15:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 03-02-2022 15:15:12:ExecutionException.getCause is ProcessingException as expected 03-02-2022 15:15:12:InvocationCallback#failed has been called as expected 03-02-2022 15:15:12:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 03-02-2022 15:15:12:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 03-02-2022 15:15:12:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithNullThrowableTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:FINISHED TEST : constructorWithNullThrowableTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:getCause contains expected java.io.IOException: JAXRS TCK exception 03-02-2022 15:15:12:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithNullThrowableNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:FINISHED TEST : constructorWithNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 03-02-2022 15:15:12:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:getCause contains expected java.io.IOException: JAXRS TCK exception 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 03-02-2022 15:15:12:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 03-02-2022 15:15:12:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithNotNullMessageTest() 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 03-02-2022 15:15:12:FINISHED TEST : constructorWithNotNullMessageTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithCheckedExceptionTest() 03-02-2022 15:15:12:getCause contains expected java.io.IOException: TCK exception 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message TCK exception 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:FINISHED TEST : constructorWithCheckedExceptionTest() 03-02-2022 15:15:12:STARTING TEST : constructorWithRuntimeExceptionTest() 03-02-2022 15:15:12:getCause contains expected java.lang.IllegalStateException: TCK exception 03-02-2022 15:15:12:ResponseProcessingException#getMesaage contains expected message TCK exception 03-02-2022 15:15:12:response contains expected Expectation Failed status 03-02-2022 15:15:12:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 03-02-2022 15:15:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:13:STARTING TEST : featureIsRegisteredTest() 03-02-2022 15:15:13:FINISHED TEST : featureIsRegisteredTest() 03-02-2022 15:15:13:[JAXRSCommonClient] Test setup OK 03-02-2022 15:15:13:STARTING TEST : dynamicFeatureIsRegisteredTest() 03-02-2022 15:15:13:FINISHED TEST : dynamicFeatureIsRegisteredTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b Mar 02, 2022 3:15:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37543] Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37543] Mar 02, 2022 3:15:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36897] Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Mar 02, 2022 3:15:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36897] Mar 02, 2022 3:15:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36161] Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36161] Mar 02, 2022 3:15:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33043] Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33043] Mar 02, 2022 3:15:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Mar 02, 2022 3:15:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44097] Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Mar 02, 2022 3:15:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44097] Mar 02, 2022 3:15:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. [ERROR] Tests run: 7, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.998 s <<< FAILURE! - in ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT [ERROR] ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT.shouldBootInstanceUsingImplementationsDefaultIpPort Time elapsed: 0.06 s <<< ERROR! java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: Failed to start Grizzly HTTP server: Address already in use at ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT.shouldBootInstanceUsingImplementationsDefaultIpPort(SeBootstrapIT.java:316) Caused by: jakarta.ws.rs.ProcessingException: Failed to start Grizzly HTTP server: Address already in use Caused by: java.net.BindException: Address already in use [ERROR] ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT.shouldBootInstanceUsingDefaults Time elapsed: 0.048 s <<< ERROR! java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: Failed to start Grizzly HTTP server: Address already in use at ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT.shouldBootInstanceUsingDefaults(SeBootstrapIT.java:75) Caused by: jakarta.ws.rs.ProcessingException: Failed to start Grizzly HTTP server: Address already in use Caused by: java.net.BindException: Address already in use Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@13dbe740 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@746f6eeb WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@54d707ae WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@525a5f5d WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@3366253b [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] SeBootstrapIT.shouldBootInstanceUsingDefaults:75 » Execution jakarta.ws.rs.Pro... [ERROR] SeBootstrapIT.shouldBootInstanceUsingImplementationsDefaultIpPort:316 » Execution [INFO] [ERROR] Tests run: 2796, Failures: 0, Errors: 2, Skipped: 58 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ jersey-tck --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:08 min [INFO] Finished at: 2022-03-02T15:15:16Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project jersey-tck: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/EE10TCK/JAXRS/jersey-tck/target/failsafe-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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/MojoFailureException Build step 'Execute shell' marked build as failure Finished: FAILURE