Started by user Maxim Nesen Rebuilds build #3 Running as Maxim Nesen Agent basic-d9lxl is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-d9lxl" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d9lxl" - 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-d9lxl" - 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-3107.v665000b_51092" 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-d9lxl (basic) in workspace /home/jenkins/agent/workspace/jakarta_EE10_TCK The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jersey > git init /home/jenkins/agent/workspace/jakarta_EE10_TCK # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/3.1^{commit} # timeout=10 Checking out Revision eeb0ade46692b1fc2e7e39b21dd84d833275af1f (refs/remotes/origin/3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f eeb0ade46692b1fc2e7e39b21dd84d833275af1f # timeout=10 Commit message: "adopt TCK pom for TCK job" > git rev-list --no-walk 9dafaa0dc5f8472ca457f1ad5fd48353937252fa # timeout=10 [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins12974053522899638308.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:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mvn -f tests/jersey-tck/pom.xml clean install -Dtck.version=3.1.3-1 -Dglassfish.container.version=7.0.4 -Djersey.version=3.1.2 + tee tck.log [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 301, 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 for Jersey 3.1.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-tck --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ jersey-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jersey-tck --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ jersey-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jersey-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ jersey-tck --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.4:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.4/glassfish-7.0.4.zip to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target with includes "" and excludes "" [INFO] [INFO] --- dependency:3.2.0:copy (copy) @ jersey-tck --- [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.2:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.2:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-client.jar [INFO] Copying jersey-server-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-server.jar [INFO] Copying jersey-common-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-core-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-container-servlet-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-media-sse-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-media-json-binding-3.1.2.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- exec:3.1.0:exec (StopDomain1) @ jersey-tck --- dasNotRunning() CLI306: Warning - The server located at /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StartDomain1) @ jersey-tck --- Waiting for domain1 to start ......... Waiting finished after 8,232 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 Command start-domain executed successfully. [INFO] [INFO] --- exec:3.1.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:3.1.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:3.1.0:exec (Add User j2ee) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.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:3.1.0:exec (Add User javajoe) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (list users) @ jersey-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.1.0:exec (StopDomain) @ jersey-tck --- Waiting for the domain to stop . Waiting finished after 380 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ jersey-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272) at org.apache.maven.cli.MavenCli.main (MavenCli.java:195) 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.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/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, -t] Waiting finished after 6,023 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ 05-18-2023 09:59:39:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:40:STARTING TEST : responseGenericEntityTest() 05-18-2023 09:59:40:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:40:FINISHED TEST : responseGenericEntityTest() 05-18-2023 09:59:40:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:40:STARTING TEST : genericEntityTest() 05-18-2023 09:59:40:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:40:FINISHED TEST : genericEntityTest() 05-18-2023 09:59:40:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:40:STARTING TEST : directClassTypeTest() 05-18-2023 09:59:40:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:40:FINISHED TEST : directClassTypeTest() 05-18-2023 09:59:40:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:40:STARTING TEST : responseDirectClassTypeTest() 05-18-2023 09:59:40:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:40:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.226 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : statusOkResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : statusOkResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : throwUncheckedExceptionTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : throwUncheckedExceptionTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : throwableIntOkResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : throwableIntOkResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : throwableOkResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : throwableOkResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : statusIntOkResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : statusIntOkResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : responseEntityTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:FINISHED TEST : responseEntityTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : throwableResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : throwableResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : noResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : noResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : okResponseTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:41:FINISHED TEST : okResponseTest() 05-18-2023 09:59:41:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:41:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:41 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:41:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableStatusCodeTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableStatusCodeTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : getResponseTest()May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : getResponseTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableResponseTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableResponseTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableStatusTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableStatusTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : statusCode401Test() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : statusCode401Test() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : statusCode404Test() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : statusCode404Test() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableStatusTest1() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableStatusTest1() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : status415Test() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : status415Test() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : nullResponseTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : nullResponseTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : throwableResponseTest1() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : throwableResponseTest1() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : responseTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:42:FINISHED TEST : responseTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : emptyConstructorTest() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : emptyConstructorTest() 05-18-2023 09:59:42:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:42:STARTING TEST : status503Test() 05-18-2023 09:59:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:42:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 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 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieParamEntityWithFromStringTest() May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieFieldParamEntityWithFromStringTest()May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieFieldParamEntityWithConstructorTest()May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:43:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:43:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:43:STARTING TEST : cookieParamSetEntityWithFromStringTest()May 18, 2023 9:59:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieParamEntityWithValueOfTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieParamEntityWithConstructorTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieFieldParamEntityWithValueOfTest() May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-18-2023 09:59:44:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:44:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 09:59:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:44:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 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 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamEntityWithConstructorTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:FINISHED TEST : formFieldParamEntityWithConstructorTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldThrowingWebApplicationExceptionTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamEntityWithFromStringTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamThrowingWebApplicationExceptionTest() May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamEntityWithConstructorTest() May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamEntityWithConstructorTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamSetEntityWithFromStringTest() May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamEntityWithFromStringTest() 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldParamEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamEntityWithEncodedTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldParamEntityWithEncodedTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamEntityWithEncodedTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:FINISHED TEST : formParamEntityWithEncodedTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamListEntityWithFromStringTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamListEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamEntityWithValueOfTest() 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldParamEntityWithValueOfTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamSetEntityWithFromStringTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamSetEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formFieldParamListEntityWithFromStringTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamEntityWithValueOfTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:FINISHED TEST : formParamEntityWithValueOfTest() 05-18-2023 09:59:45:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:45:STARTING TEST : formParamSortedSetEntityWithFromStringTest()May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:45:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 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 05-18-2023 09:59:46:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:46:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()May 18, 2023 9:59:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:46:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:46:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:46:STARTING TEST : headerParamEntityWithConstructorTest() 05-18-2023 09:59:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:46:FINISHED TEST : headerParamEntityWithConstructorTest() 05-18-2023 09:59:46:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:46:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamEntityWithValueOfTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamListEntityWithFromStringTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamEntityWithValueOfTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerParamEntityWithValueOfTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamEntityWithConstructorTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamSetEntityWithFromStringTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerFieldParamListEntityWithFromStringTest() May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : headerParamEntityWithFromStringTest() 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 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 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixFieldParamEntityWithValueOfTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixParamEntityWithEncodedTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[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' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixParamEntityWithFromStringTest() 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixParamEntityWithValueOfTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixFieldParamEntityWithConstructorTest() May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:47:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:47:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()May 18, 2023 9:59:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:47:[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' 05-18-2023 09:59:47:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixParamSetEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixParamListEntityWithFromStringTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixFieldParamEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixParamEntityWithConstructorTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 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 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathParamEntityWithFromStringTest()May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : pathParamEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathParamEntityWithEncodedTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : pathParamEntityWithEncodedTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathFieldParamListEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathFieldParamEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:STARTING TEST : pathFieldParamEntityWithConstructorTest() 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' 05-18-2023 09:59:48:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathParamEntityWithValueOfTest() May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : pathParamEntityWithValueOfTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' May 18, 2023 9:59:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:48:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:48:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:48:[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' 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamEntityWithConstructorTest() May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathParamEntityWithConstructorTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathFieldParamEntityWithEncodedTest() 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamSetEntityWithFromStringTest() May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathFieldParamEntityWithValueOfTest() 05-18-2023 09:59:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamListEntityWithFromStringTest()May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathParamListEntityWithFromStringTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:[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' May 18, 2023 9:59:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:49:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 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 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamOnFieldTest() 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : pathParamOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : headerParamOnFieldTest() 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : headerParamOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : queryParamOnFieldTest() 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : queryParamOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : cookieParamOnFieldTest() 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : cookieParamOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : formParamOnFieldTest() 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 50 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : formParamOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : allParamsInParamTest() 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 111 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : allParamsInParamTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : matrixParamInParamTest() 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : matrixParamInParamTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : pathParamInParamTest() 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : pathParamInParamTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : headerParamInParamTest() 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : headerParamInParamTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : queryParamInParamTest() 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : queryParamInParamTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : allParamsOnFieldTest() 05-18-2023 09:59:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth 05-18-2023 09:59:49: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:49: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-18-2023 09:59:49:[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' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:49:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-18-2023 09:59:49: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Length: 111 05-18-2023 09:59:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:49: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-18-2023 09:59:49:FINISHED TEST : allParamsOnFieldTest() 05-18-2023 09:59:49:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:49:STARTING TEST : cookieParamInParamTest() 05-18-2023 09:59:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 05-18-2023 09:59:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 05-18-2023 09:59:49:############################### 05-18-2023 09:59:50:[Request] Adding entity: Anything 05-18-2023 09:59:50: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:50: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:50: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:50: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:50:FINISHED TEST : cookieParamInParamTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : formParamInParamTest() 05-18-2023 09:59:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 05-18-2023 09:59:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:50: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-18-2023 09:59:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 05-18-2023 09:59:50:############################### 05-18-2023 09:59:50:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-18-2023 09:59:50: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Length: 50 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:50: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-18-2023 09:59:50:FINISHED TEST : formParamInParamTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : matrixParamOnFieldTest() 05-18-2023 09:59:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 05-18-2023 09:59:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 09:59:50: TRACE: [WIRE] - >> Anything 05-18-2023 09:59:50: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:50:[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' 05-18-2023 09:59:50:############################### 05-18-2023 09:59:50:[Request] Adding entity: Anything 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 09:59:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 09:59:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:50: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-18-2023 09:59:50:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 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 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamEntityWithEncodedTest()May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[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' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamEntityWithEncodedTest() 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryParamEntityWithEncodedTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamEntityWithValueOfTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' 05-18-2023 09:59:50:FINISHED TEST : queryParamEntityWithValueOfTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamSetEntityWithFromStringTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamListEntityWithFromStringTest()May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamListEntityWithFromStringTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamEntityWithFromStringTest() May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:50:[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' May 18, 2023 9:59:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:FINISHED TEST : queryParamEntityWithFromStringTest() 05-18-2023 09:59:50:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:50:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:51:[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' 05-18-2023 09:59:51:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-18-2023 09:59:51:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:51:STARTING TEST : queryParamEntityWithConstructorTest()May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:51:[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'May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:FINISHED TEST : queryParamEntityWithConstructorTest() 05-18-2023 09:59:51:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:51:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:[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' 05-18-2023 09:59:51:[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' May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 09:59:51:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:51:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 09:59:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-18-2023 09:59:51:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:51:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-18-2023 09:59:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:[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' May 18, 2023 9:59:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 09:59:51:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 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 05-18-2023 09:59:52:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:52:STARTING TEST : optionsWithCallbackWhileServerWaitTest()05-18-2023 09:59:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 09:59:52: TRACE: [WIRE] - >> 05-18-2023 09:59:52:Start time: 1684403992067 05-18-2023 09:59:52:Client was returned control in 5 milliseconds from request 05-18-2023 09:59:54: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:54: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 09:59:54: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 09:59:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:54:Callback#completed() called in 2014 milliseconds from request 05-18-2023 09:59:54:Returned status 200 (OK) 05-18-2023 09:59:54:Callback completed() call ok 05-18-2023 09:59:54:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 05-18-2023 09:59:54:[JAXRSCommonClient] Test setup OK 05-18-2023 09:59:54:STARTING TEST : methodWithCallbackWhileServerWaitTest()05-18-2023 09:59:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 09:59:54: TRACE: [WIRE] - >> 05-18-2023 09:59:56: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:54:Start time: 1684403994208 05-18-2023 09:59:54:Client was returned control in 126 milliseconds from request 05-18-2023 09:59:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:56: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 09:59:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 09:59:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:56:Callback#completed() called in 2131 milliseconds from request 05-18-2023 09:59:56:Returned status 200 (OK) 05-18-2023 09:59:56:Callback completed() call ok 05-18-2023 09:59:56:Start time: 1684403996350 05-18-2023 09:59:56:Client was returned control in 1 milliseconds from request 05-18-2023 09:59:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 09:59:56: TRACE: [WIRE] - >> 05-18-2023 09:59:58: TRACE: [WIRE] - << 200 OK 05-18-2023 09:59:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 09:59:58: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 09:59:58: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 09:59:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 09:59:58:Callback#completed() called in 2005 milliseconds from request 05-18-2023 09:59:58:Returned status 200 (OK) 05-18-2023 09:59:58:Callback completed() call ok 05-18-2023 09:59:58:Start time: 1684403998367 05-18-2023 09:59:58:Client was returned control in 1 milliseconds from request 05-18-2023 09:59:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 09:59:58: TRACE: [WIRE] - >> 05-18-2023 10:00:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:00: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:00:Callback#completed() called in 2006 milliseconds from request 05-18-2023 10:00:00:Returned status 200 (OK) 05-18-2023 10:00:00:Callback completed() call ok 05-18-2023 10:00:00:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 05-18-2023 10:00:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:00:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()05-18-2023 10:00:00: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:00:00: TRACE: [WIRE] - >> 05-18-2023 10:00:00:Start time: 1684404000390 05-18-2023 10:00:00:Client was returned control in 2 milliseconds from request 05-18-2023 10:00:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:02: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:02: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:02:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:02:STARTING TEST : methodWithStringClassWhileServerWaitTest() 05-18-2023 10:00:02: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:00:02: TRACE: [WIRE] - >> 05-18-2023 10:00:04: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:04: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:00:02:Start time: 1684404002432 05-18-2023 10:00:02:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:04: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:04:Start time: 1684404004450 05-18-2023 10:00:04:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:00:04: TRACE: [WIRE] - >> 05-18-2023 10:00:06: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:06: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:06: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:06:Start time: 1684404006466 05-18-2023 10:00:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:00:18: TRACE: [WIRE] - >> 05-18-2023 10:00:18:Client was returned control in 12382 milliseconds from request 05-18-2023 10:00:18:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 05-18-2023 10:00:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:18:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:00:18: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:00:18: TRACE: [WIRE] - >> 05-18-2023 10:00:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:18: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:18: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:18:Start time: 1684404018873 05-18-2023 10:00:18: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:18:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:00:18:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:18:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:00:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:00:18: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:18:Start time: 1684404018941 05-18-2023 10:00:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:18:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:18:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:00:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:18:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest()05-18-2023 10:00:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:00:18: TRACE: [WIRE] - >> 05-18-2023 10:00:20: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:18:Start time: 1684404018980 05-18-2023 10:00:18:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:20: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:20: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:20: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:20:Returned status 200 (OK) 05-18-2023 10:00:20:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:00:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:20:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:00:20: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:00:20: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:20:Start time: 1684404020997 05-18-2023 10:00:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:21:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:21:Start time: 1684404021010 05-18-2023 10:00:21: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:00:21: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:21:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:21:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:00:21:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:21:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest()05-18-2023 10:00:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:00:21:Start time: 1684404021026 05-18-2023 10:00:21:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:21: TRACE: [WIRE] - >> 05-18-2023 10:00:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:23: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:23:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:23:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:23: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:23: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:23:Start time: 1684404023043 05-18-2023 10:00:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:23: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:23: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:23: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:23:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:00:23:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:23:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:23: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:23:Start time: 1684404023062 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:Start time: 1684404023074 05-18-2023 10:00:23: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:Start time: 1684404023086 05-18-2023 10:00:23: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:23:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()05-18-2023 10:00:23: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:00:23: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:23:Start time: 1684404023099 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:Start time: 1684404023111 05-18-2023 10:00:23: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:00:23: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:00:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:23:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:00:23: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:23:Start time: 1684404023124 05-18-2023 10:00:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:23:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:23:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:00:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:23: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:00:23: TRACE: [WIRE] - >> 05-18-2023 10:00:25: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:25: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:00:25: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:23:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:00:23:Start time: 1684404023136 05-18-2023 10:00:23:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:25:Returned status 200 (OK) 05-18-2023 10:00:25:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:00:25:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:25:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:00:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:00:25: TRACE: [WIRE] - >> 05-18-2023 10:00:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:25: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:25: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:25:Start time: 1684404025154 05-18-2023 10:00:25: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:25:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:25:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:00:25:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:25:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 05-18-2023 10:00:25: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:00:25: TRACE: [WIRE] - >> 05-18-2023 10:00:27: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:25:Start time: 1684404025174 05-18-2023 10:00:25:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:27: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:00:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:27:Returned status 200 (OK) 05-18-2023 10:00:27:Start time: 1684404027209 05-18-2023 10:00:27:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:00:27: TRACE: [WIRE] - >> 05-18-2023 10:00:29: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:29: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:29: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:29:Returned status 200 (OK) 05-18-2023 10:00:29:Start time: 1684404029224 05-18-2023 10:00:29:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:29: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:00:29: TRACE: [WIRE] - >> 05-18-2023 10:00:31: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:31: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:31: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:31:Returned status 200 (OK) 05-18-2023 10:00:31:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 05-18-2023 10:00:31:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:31:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:31:Start time: 1684404031244 05-18-2023 10:00:31:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:31: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:00:31: TRACE: [WIRE] - >> 05-18-2023 10:00:33: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:33: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:00:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:33:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:33:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:00:33: TRACE: [WIRE] - >> 05-18-2023 10:00:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:33:Start time: 1684404033260 05-18-2023 10:00:33:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:00:33:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:33:STARTING TEST : postWhileServerWaitTest() 05-18-2023 10:00:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:00:33: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:35: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:33:Start time: 1684404033275 05-18-2023 10:00:33:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:35:Returned status 200 (OK) 05-18-2023 10:00:35:FINISHED TEST : postWhileServerWaitTest() 05-18-2023 10:00:35:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:35:STARTING TEST : headTest() 05-18-2023 10:00:35: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-18-2023 10:00:35: TRACE: [WIRE] - >> 05-18-2023 10:00:35: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:35:Start time: 1684404035293 05-18-2023 10:00:35:Returned status 200 (OK) 05-18-2023 10:00:35:FINISHED TEST : headTest() 05-18-2023 10:00:35:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:35:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()05-18-2023 10:00:35: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:00:35: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:35: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:35:Start time: 1684404035309 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:35:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:35:Start time: 1684404035323 05-18-2023 10:00:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:00:35: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:35: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:35: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:35:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:35:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:35:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:00:35:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:35:STARTING TEST : putWithStringCallbackWhileServerWaitTest()05-18-2023 10:00:35: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:00:35: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:35:Start time: 1684404035338 05-18-2023 10:00:35:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:37: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:37:Callback#completed() called in 2005 milliseconds from request 05-18-2023 10:00:37:Callback completed() call ok 05-18-2023 10:00:37:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 05-18-2023 10:00:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:37:STARTING TEST : traceWhileServerWaitTest() 05-18-2023 10:00:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:00:37: TRACE: [WIRE] - >> 05-18-2023 10:00:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:39: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:00:39: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:37:Start time: 1684404037455 05-18-2023 10:00:37:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:39:Returned status 200 (OK) 05-18-2023 10:00:39:FINISHED TEST : traceWhileServerWaitTest() 05-18-2023 10:00:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:39:STARTING TEST : getThrowsProcessingExceptionTest() 05-18-2023 10:00:39: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:00:39: TRACE: [WIRE] - >> 05-18-2023 10:00:39:Start time: 1684404039472 05-18-2023 10:00:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:39:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:39:FINISHED TEST : getThrowsProcessingExceptionTest() 05-18-2023 10:00:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:39:STARTING TEST : headWhileServerWaitTest()05-18-2023 10:00:39: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-18-2023 10:00:39:Start time: 1684404039495 05-18-2023 10:00:39:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:39: TRACE: [WIRE] - >> 05-18-2023 10:00:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:41: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:41: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:41:Returned status 200 (OK) 05-18-2023 10:00:41:FINISHED TEST : headWhileServerWaitTest() 05-18-2023 10:00:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:41:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:41: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:00:41: TRACE: [WIRE] - >> 05-18-2023 10:00:41:Start time: 1684404041515 05-18-2023 10:00:41:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:43: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:00:43: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:43:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:00:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:43:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:00:43: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:00:43: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:43: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:43: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:43: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:43:Start time: 1684404043532 05-18-2023 10:00:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:43:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:43:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:00:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:43:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 05-18-2023 10:00:43: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:00:43: TRACE: [WIRE] - >> 05-18-2023 10:00:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:45: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:00:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:43:Start time: 1684404043547 05-18-2023 10:00:43:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:45:Callback#completed() called in 2005 milliseconds from request 05-18-2023 10:00:45:Callback completed() call ok 05-18-2023 10:00:45:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 05-18-2023 10:00:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:45:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-18-2023 10:00:45:Start time: 168440404566405-18-2023 10:00:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:00:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:47: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:47: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:00:47: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:45:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:47:Start time: 1684404047679 05-18-2023 10:00:47:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:49: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:49: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:49:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-18-2023 10:00:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:00:49:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:00:49: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:49: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:49: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:49: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:49:Start time: 1684404049695 05-18-2023 10:00:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:49:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:49:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:00:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:49: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:00:49:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:00:49: TRACE: [WIRE] - >> 05-18-2023 10:00:49: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:00:49:Start time: 1684404049728 05-18-2023 10:00:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:49:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:49:Start time: 1684404049747 05-18-2023 10:00:49: TRACE: [WIRE] - >> 05-18-2023 10:00:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:49:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:49:Start time: 1684404049760 05-18-2023 10:00:49: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:00:49: TRACE: [WIRE] - >> 05-18-2023 10:00:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:49:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:49:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:00:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:49:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:49: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:00:49: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:49:Start time: 1684404049774 05-18-2023 10:00:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:49:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:49:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:49:STARTING TEST : postWithCallbackWhileServerWaitTest() 05-18-2023 10:00:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:00:49: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:49:Start time: 1684404049789 05-18-2023 10:00:49:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:51:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:00:51:Returned status 200 (OK) 05-18-2023 10:00:51:Callback completed() call ok 05-18-2023 10:00:51:FINISHED TEST : postWithCallbackWhileServerWaitTest() 05-18-2023 10:00:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:51:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:00:51: TRACE: [WIRE] - >> 05-18-2023 10:00:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:51:Start time: 1684404051809 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:51:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:00:51:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:51:STARTING TEST : methodTest() 05-18-2023 10:00:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:00:51: TRACE: [WIRE] - >> 05-18-2023 10:00:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:51:Start time: 1684404051823 05-18-2023 10:00:51:Returned status 200 (OK) 05-18-2023 10:00:51:Start time: 168440405183605-18-2023 10:00:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:00:51: TRACE: [WIRE] - >> 05-18-2023 10:00:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:51:Returned status 200 (OK) 05-18-2023 10:00:51:Start time: 1684404051850 05-18-2023 10:00:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:00:51: TRACE: [WIRE] - >> 05-18-2023 10:00:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:00:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:51:Returned status 200 (OK) 05-18-2023 10:00:51:FINISHED TEST : methodTest() 05-18-2023 10:00:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:51:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:00:51: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:51:Start time: 1684404051865 05-18-2023 10:00:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:00:51:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:00:51:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-18-2023 10:00:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:00:51: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:53: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:51:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-18-2023 10:00:51:Start time: 1684404051880 05-18-2023 10:00:51:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:53:Returned status 200 (OK) 05-18-2023 10:00:53:Start time: 1684404053904 05-18-2023 10:00:53:Client was returned control in 0 milliseconds from request 05-18-2023 10:00:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:00:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:55: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:00:55: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:55:Returned status 200 (OK) 05-18-2023 10:00:55:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-18-2023 10:00:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:55:STARTING TEST : putWithStringClassWhileServerWaitTest() 05-18-2023 10:00:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:00:55: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:55:Start time: 1684404055925 05-18-2023 10:00:55:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:57: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:00:57: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:57:FINISHED TEST : putWithStringClassWhileServerWaitTest() 05-18-2023 10:00:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:57:STARTING TEST : deleteWhileServerWaitTest() 05-18-2023 10:00:57: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:00:57: TRACE: [WIRE] - >> 05-18-2023 10:00:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:00:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:57:Start time: 1684404057944 05-18-2023 10:00:57:Client was returned control in 1 milliseconds from request 05-18-2023 10:00:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:59:Returned status 200 (OK) 05-18-2023 10:00:59:FINISHED TEST : deleteWhileServerWaitTest() 05-18-2023 10:00:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:59:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:00:59: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:00:59: TRACE: [WIRE] - >> 05-18-2023 10:00:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:59:Start time: 1684404059964 05-18-2023 10:00:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:00:59:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:00:59:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:00:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:59:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:00:59: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:00:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:00:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:00:59: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:00:59:Start time: 1684404059980 05-18-2023 10:00:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:00:59:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:00:59:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:00:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:00:59:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-18-2023 10:01:00: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-18-2023 10:01:00: TRACE: [WIRE] - >> 05-18-2023 10:01:00:Start time: 1684404060001 05-18-2023 10:01:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:00:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:00:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-18-2023 10:01:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:00:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:01:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:01:00: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:00:Start time: 1684404060041 05-18-2023 10:01:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:00:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:00:Start time: 1684404060063 05-18-2023 10:01:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:00: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:00:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:00:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:00:STARTING TEST : headWithCallbackWhileServerWaitTest() 05-18-2023 10:01:00: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-18-2023 10:01:00: TRACE: [WIRE] - >> 05-18-2023 10:01:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:02: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:00:Start time: 1684404060077 05-18-2023 10:01:00:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:02: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:02:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:02:Returned status 200 (OK) 05-18-2023 10:01:02:Callback completed() call ok 05-18-2023 10:01:02:FINISHED TEST : headWithCallbackWhileServerWaitTest() 05-18-2023 10:01:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:02:STARTING TEST : putThrowsProcessingExceptionTest() 05-18-2023 10:01:02: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:01:02: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:02:Start time: 1684404062095 05-18-2023 10:01:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:02:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:02:FINISHED TEST : putThrowsProcessingExceptionTest() 05-18-2023 10:01:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:02: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:01:02: TRACE: [WIRE] - >> 05-18-2023 10:01:02:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:01:02:Start time: 1684404062108 05-18-2023 10:01:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:02:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:02:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:01:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:02:STARTING TEST : putWhileServerWaitTest() 05-18-2023 10:01:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:02: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:04: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:04: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:04: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:02:Start time: 1684404062120 05-18-2023 10:01:02:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:04:Returned status 200 (OK) 05-18-2023 10:01:04:FINISHED TEST : putWhileServerWaitTest() 05-18-2023 10:01:04:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:04:STARTING TEST : getWithStringClassWhileServerWaitTest() 05-18-2023 10:01:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:04: TRACE: [WIRE] - >> 05-18-2023 10:01:06: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:06: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:06: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:04:Start time: 1684404064137 05-18-2023 10:01:04:Client was returned control in 11 milliseconds from request 05-18-2023 10:01:06:FINISHED TEST : getWithStringClassWhileServerWaitTest() 05-18-2023 10:01:06:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:06:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:06: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:01:06: TRACE: [WIRE] - >> 05-18-2023 10:01:06: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:06: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:06: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:06: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:06:Start time: 1684404066180 05-18-2023 10:01:06:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:06:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:06:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:06:STARTING TEST : deleteWithCallbackWhileServerWaitTest()05-18-2023 10:01:06: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:06: TRACE: [WIRE] - >> 05-18-2023 10:01:08: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:08: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:01:06:Start time: 1684404066198 05-18-2023 10:01:06:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:08: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:08:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:08:Returned status 200 (OK) 05-18-2023 10:01:08:Callback completed() call ok 05-18-2023 10:01:08:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 05-18-2023 10:01:08:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:08:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:01:08: TRACE: [WIRE] - >> 05-18-2023 10:01:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:08: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:08: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:08: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:08:Start time: 1684404068223 05-18-2023 10:01:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:08:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:08:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:08:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:08:STARTING TEST : deleteWithStringClassWhileServerWaitTest() 05-18-2023 10:01:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:08: TRACE: [WIRE] - >> 05-18-2023 10:01:10: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:10: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:01:10: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:08:Start time: 1684404068238 05-18-2023 10:01:08:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:10:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 05-18-2023 10:01:10:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:10:STARTING TEST : traceWithStringClassWhileServerWaitTest()05-18-2023 10:01:10: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:01:10: TRACE: [WIRE] - >> 05-18-2023 10:01:10:Start time: 1684404070254 05-18-2023 10:01:10:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:12: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:12:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 05-18-2023 10:01:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:12:STARTING TEST : optionsTest() 05-18-2023 10:01:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:01:12: TRACE: [WIRE] - >> 05-18-2023 10:01:12: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:12:Start time: 1684404072270 05-18-2023 10:01:12:Returned status 200 (OK) 05-18-2023 10:01:12:FINISHED TEST : optionsTest() 05-18-2023 10:01:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:12:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:12: TRACE: [WIRE] - >> 05-18-2023 10:01:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:12:Start time: 1684404072285 05-18-2023 10:01:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:12:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:12:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:12:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:12: TRACE: [WIRE] - >> 05-18-2023 10:01:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:12:Start time: 1684404072300 05-18-2023 10:01:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:12:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:12:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:12:STARTING TEST : postWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:01:12: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:14: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:12:Start time: 1684404072315 05-18-2023 10:01:12:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:14: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:14: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:14:Returned status 200 (OK) 05-18-2023 10:01:14:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:14:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:14:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:01:14: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:14:Start time: 1684404074336 05-18-2023 10:01:14:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 200 (OK) 05-18-2023 10:01:16:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16:Start time: 1684404076352 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:01:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16:Start time: 1684404076405 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:Start time: 1684404076419 05-18-2023 10:01:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16:Start time: 1684404076436 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:16:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:16:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : putTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Start time: 1684404076460 05-18-2023 10:01:16:Returned status 200 (OK) 05-18-2023 10:01:16:FINISHED TEST : putTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16:Start time: 1684404076476 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16:Start time: 1684404076494 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:16:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:16:Start time: 1684404076549 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:16:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:16:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Start time: 1684404076566 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : getTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Start time: 1684404076583 05-18-2023 10:01:16:Returned status 200 (OK) 05-18-2023 10:01:16:FINISHED TEST : getTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:16:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:16:Start time: 168440407660005-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:16:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:16:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16:Start time: 1684404076663 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:16:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:16:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16:Start time: 1684404076679 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:01:16:Start time: 1684404076696 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:16:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:16:Start time: 1684404076708 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:16:ExecutionException.getCause is ProcessingException as expected05-18-2023 10:01:16: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16:Start time: 1684404076719 05-18-2023 10:01:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:16:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:16:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16:Start time: 1684404076752 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:Start time: 1684404076767 05-18-2023 10:01:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:Start time: 1684404076799 05-18-2023 10:01:16: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:16:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16: TRACE: [WIRE] - >> 05-18-2023 10:01:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:16:Start time: 1684404076815 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:16:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:16:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:16:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest()05-18-2023 10:01:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:18: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:16:Start time: 1684404076854 05-18-2023 10:01:16:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:18:Returned status 200 (OK) 05-18-2023 10:01:18:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:01:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:18:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:18: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:18:Start time: 1684404078870 05-18-2023 10:01:18:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:18:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:18:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-18-2023 10:01:18: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:18: TRACE: [WIRE] - >> 05-18-2023 10:01:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:18: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:18:Start time: 1684404078885 05-18-2023 10:01:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:18:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:18:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-18-2023 10:01:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:18:STARTING TEST : getWithCallbackWhileServerWaitTest() 05-18-2023 10:01:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:18: TRACE: [WIRE] - >> 05-18-2023 10:01:20: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:18:Start time: 1684404078902 05-18-2023 10:01:18:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:20: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:20:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:20:Returned status 200 (OK) 05-18-2023 10:01:20:Callback completed() call ok 05-18-2023 10:01:20:FINISHED TEST : getWithCallbackWhileServerWaitTest() 05-18-2023 10:01:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:20:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:01:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:01:20: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:22: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:20:Start time: 1684404080917 05-18-2023 10:01:20:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:22: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:22:Returned status 200 (OK) 05-18-2023 10:01:22:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:01:22:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:22:STARTING TEST : putWithCallbackWhileServerWaitTest() 05-18-2023 10:01:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:22: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:24: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:22:Start time: 1684404082943 05-18-2023 10:01:22:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:24:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:24:Returned status 200 (OK) 05-18-2023 10:01:24:Callback completed() call ok 05-18-2023 10:01:24:FINISHED TEST : putWithCallbackWhileServerWaitTest() 05-18-2023 10:01:24:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:24:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-18-2023 10:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:24: TRACE: [WIRE] - >> 05-18-2023 10:01:24: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:24:Start time: 1684404084958 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:24:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:24:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-18-2023 10:01:24:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:24:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:01:24: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:24: TRACE: [WIRE] - >> 05-18-2023 10:01:24: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:24:Start time: 1684404084974 05-18-2023 10:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:24:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:24: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:24:Start time: 1684404084986 05-18-2023 10:01:24: TRACE: [WIRE] - >> 05-18-2023 10:01:24: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:24: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:24:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:24:Start time: 1684404084999 05-18-2023 10:01:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:25: TRACE: [WIRE] - >> 05-18-2023 10:01:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:25: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:25: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:25: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:25:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:25:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:01:25:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:25:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 05-18-2023 10:01:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:25: TRACE: [WIRE] - >> 05-18-2023 10:01:27: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:25:Start time: 1684404085013 05-18-2023 10:01:25:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:27:Callback#completed() called in 2003 milliseconds from request 05-18-2023 10:01:27:Callback completed() call ok 05-18-2023 10:01:27:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 05-18-2023 10:01:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:27:STARTING TEST : deleteThrowsExceptionTest()05-18-2023 10:01:27: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:27:Start time: 1684404087027 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:27:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:27:FINISHED TEST : deleteThrowsExceptionTest() 05-18-2023 10:01:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:27:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:01:27: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:01:27: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:27:Start time: 1684404087048 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:27:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:27:Start time: 1684404087058 05-18-2023 10:01:27: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:01:27: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:27:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:27:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:01:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:27:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:27:Start time: 1684404087069 05-18-2023 10:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:27:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:27:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:27:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:27:Start time: 1684404087097 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:27:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:27:Start time: 1684404087109 05-18-2023 10:01:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:27:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:27: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:27:Start time: 1684404087121 05-18-2023 10:01:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:27: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:27:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:27:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:27: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:01:27: TRACE: [WIRE] - >> 05-18-2023 10:01:29: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:29: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:01:29: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:27:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:27:Start time: 1684404087148 05-18-2023 10:01:27:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:29:Returned status 200 (OK) 05-18-2023 10:01:29:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:29:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:29: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:01:29: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:29:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:01:29:Start time: 1684404089168 05-18-2023 10:01:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:29:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:29:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:01:29:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:29:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:01:29: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:29: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:31: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:31: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:31: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:29:Start time: 1684404089185 05-18-2023 10:01:29:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:31:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:01:31:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:31:STARTING TEST : traceWithCallbackWhileServerWaitTest() 05-18-2023 10:01:31: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-18-2023 10:01:31: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:31:Start time: 1684404091202 05-18-2023 10:01:31:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:33:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:33:Returned status 200 (OK) 05-18-2023 10:01:33:Callback completed() call ok 05-18-2023 10:01:33:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 05-18-2023 10:01:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:33:STARTING TEST : traceThrowsProcessingExceptionTest() 05-18-2023 10:01:33: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33:Start time: 1684404093217 05-18-2023 10:01:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:33:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:33:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-18-2023 10:01:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:33:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()05-18-2023 10:01:33: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:33:Start time: 1684404093228 05-18-2023 10:01:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:33:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:33:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:01:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:33:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:33: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:33:Start time: 1684404093242 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:33:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:33:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:01:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:33:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:33: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:33:Start time: 1684404093256 05-18-2023 10:01:33:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:33:Start time: 1684404093268 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:33:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:33:Start time: 1684404093280 05-18-2023 10:01:33: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:33: TRACE: [WIRE] - >> 05-18-2023 10:01:33: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:33: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:33:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:33:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:33:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-18-2023 10:01:33: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:33: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:35: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:33:Start time: 1684404093294 05-18-2023 10:01:33:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:35: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:35: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:35:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:35:Returned status 200 (OK) 05-18-2023 10:01:35:Callback completed() call ok 05-18-2023 10:01:35:Start time: 1684404095307 05-18-2023 10:01:35:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:01:35: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:01:37:Returned status 200 (OK) 05-18-2023 10:01:37:Callback completed() call ok 05-18-2023 10:01:37:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:37: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:37: TRACE: [WIRE] - >> 05-18-2023 10:01:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Start time: 1684404097324 05-18-2023 10:01:37:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:37:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : traceTest() 05-18-2023 10:01:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-18-2023 10:01:37: TRACE: [WIRE] - >> 05-18-2023 10:01:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:01:37:Start time: 1684404097338 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Returned status 200 (OK) 05-18-2023 10:01:37:FINISHED TEST : traceTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : postTest() 05-18-2023 10:01:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:01:37: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Start time: 1684404097371 05-18-2023 10:01:37:Returned status 200 (OK) 05-18-2023 10:01:37:FINISHED TEST : postTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:01:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:37: TRACE: [WIRE] - >> 05-18-2023 10:01:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Start time: 1684404097386 05-18-2023 10:01:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:37:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:37:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()05-18-2023 10:01:37: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:01:37: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37:Start time: 1684404097400 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:37:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:37:Start time: 1684404097413 05-18-2023 10:01:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:01:37: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:37: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:37: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:37:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:37:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:01:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:37:STARTING TEST : getWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:37: TRACE: [WIRE] - >> 05-18-2023 10:01:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:39: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:39: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:37:Start time: 1684404097428 05-18-2023 10:01:37:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:39:Returned status 200 (OK) 05-18-2023 10:01:39:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 05-18-2023 10:01:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:39: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:39: TRACE: [WIRE] - >> 05-18-2023 10:01:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:41: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:01:41: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:41: TRACE: [WIRE] - >> 05-18-2023 10:01:39:STARTING TEST : methodWhileServerWaitTest() 05-18-2023 10:01:39:Start time: 1684404099442 05-18-2023 10:01:39:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:41:Returned status 200 (OK) 05-18-2023 10:01:41:Start time: 1684404101456 05-18-2023 10:01:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:43: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:43: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:41:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:43:Returned status 200 (OK) 05-18-2023 10:01:43:Start time: 1684404103469 05-18-2023 10:01:43: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:01:43: TRACE: [WIRE] - >> 05-18-2023 10:01:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:43:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:01:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:45:Returned status 200 (OK) 05-18-2023 10:01:45:FINISHED TEST : methodWhileServerWaitTest() 05-18-2023 10:01:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:45:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:01:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:45: TRACE: [WIRE] - >> 05-18-2023 10:01:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:45:Start time: 1684404105484 05-18-2023 10:01:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:01:45:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:01:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:45:STARTING TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:01:45: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:01:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:45:Start time: 1684404105498 05-18-2023 10:01:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:01:45:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:01:45:FINISHED TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:01:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:45:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest()05-18-2023 10:01:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:45: TRACE: [WIRE] - >> 05-18-2023 10:01:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:45:Start time: 1684404105520 05-18-2023 10:01:45:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:47:Callback#completed() called in 2005 milliseconds from request 05-18-2023 10:01:47:Callback completed() call ok 05-18-2023 10:01:47:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 05-18-2023 10:01:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:01:47:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:47: TRACE: [WIRE] - >> 05-18-2023 10:01:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:47:Start time: 1684404107636 05-18-2023 10:01:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:47:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:47:Start time: 1684404107648 05-18-2023 10:01:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:01:47: TRACE: [WIRE] - >> 05-18-2023 10:01:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:47:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:47:Start time: 1684404107660 05-18-2023 10:01:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:01:47: TRACE: [WIRE] - >> 05-18-2023 10:01:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:01:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:01:47: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:01:47:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:01:47:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:01:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:47:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-18-2023 10:01:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:01:47: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:49: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:49: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:47:Start time: 1684404107673 05-18-2023 10:01:47:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:49:Returned status 200 (OK) 05-18-2023 10:01:49:Start time: 1684404109687 05-18-2023 10:01:49:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:01:49: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:01:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:01:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:51:Returned status 200 (OK) 05-18-2023 10:01:51:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-18-2023 10:01:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:51:STARTING TEST : optionsWithStringClassWhileServerWaitTest()05-18-2023 10:01:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:01:51: TRACE: [WIRE] - >> 05-18-2023 10:01:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:53: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:01:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:51:Start time: 1684404111727 05-18-2023 10:01:51:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:53:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 05-18-2023 10:01:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:53:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()05-18-2023 10:01:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:53:Start time: 1684404113763 05-18-2023 10:01:53:Client was returned control in 1 milliseconds from request 05-18-2023 10:01:53: TRACE: [WIRE] - >> 05-18-2023 10:01:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:55: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:01:55: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:55:Start time: 1684404115777 05-18-2023 10:01:55:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:01:55: TRACE: [WIRE] - >> 05-18-2023 10:01:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:57: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:01:57: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:57:Start time: 1684404117789 05-18-2023 10:01:57:Client was returned control in 0 milliseconds from request 05-18-2023 10:01:57: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:01:57: TRACE: [WIRE] - >> 05-18-2023 10:01:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:01:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:01:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:01:59: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:01:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:59:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:01:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:01:59:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:01:59: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:01:59: TRACE: [WIRE] - >> 05-18-2023 10:02:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:01: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:01:59:Start time: 1684404119804 05-18-2023 10:01:59:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:01:Returned status 200 (OK) 05-18-2023 10:02:01:Start time: 1684404121816 05-18-2023 10:02:01:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:02:01: TRACE: [WIRE] - >> 05-18-2023 10:02:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:03: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:03:Returned status 200 (OK) 05-18-2023 10:02:03:Start time: 1684404123830 05-18-2023 10:02:03:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:03: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:02:03: TRACE: [WIRE] - >> 05-18-2023 10:02:05: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:05: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:05: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:05:Returned status 200 (OK) 05-18-2023 10:02:05:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:02:05:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:05:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()05-18-2023 10:02:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:02:05: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:05: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:05: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:05:Start time: 1684404125846 05-18-2023 10:02:05: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:05: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:05:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:02:05:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:02:05:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:02:05:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:05:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 05-18-2023 10:02:05: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:02:05: TRACE: [WIRE] - >> 05-18-2023 10:02:07: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:07: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:07: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:05:Start time: 1684404125861 05-18-2023 10:02:05:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:07:Returned status 200 (OK) 05-18-2023 10:02:07:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 05-18-2023 10:02:07:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:07:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:02:07: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:02:07: TRACE: [WIRE] - >> 05-18-2023 10:02:07:Start time: 1684404127875 05-18-2023 10:02:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:07:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:07:Start time: 1684404127896 05-18-2023 10:02:07: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:02:07: TRACE: [WIRE] - >> 05-18-2023 10:02:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:07:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:07:Start time: 1684404127905 05-18-2023 10:02:07: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:02:07: TRACE: [WIRE] - >> 05-18-2023 10:02:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:07:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:07:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:07:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:07:STARTING TEST : methodWithEntityWhileServerWaitTest() 05-18-2023 10:02:07: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:02:07: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:09: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:07:Start time: 1684404127916 05-18-2023 10:02:07:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:09: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:09: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:09:Returned status 200 (OK) 05-18-2023 10:02:09:Start time: 1684404129929 05-18-2023 10:02:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:02:09: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:09:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:11: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:11:Returned status 200 (OK) 05-18-2023 10:02:11:FINISHED TEST : methodWithEntityWhileServerWaitTest() 05-18-2023 10:02:11:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:11:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:02:11: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:02:11: TRACE: [WIRE] - >> 05-18-2023 10:02:11:Start time: 1684404131946 05-18-2023 10:02:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:11:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:11:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:02:11:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:11:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()05-18-2023 10:02:11: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:02:11: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:11:Start time: 1684404131960 05-18-2023 10:02:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:02:11:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:02:11:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-18-2023 10:02:11:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:11:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()05-18-2023 10:02:11: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:02:11: TRACE: [WIRE] - >> 05-18-2023 10:02:11:Start time: 1684404131977 05-18-2023 10:02:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:11:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:11:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-18-2023 10:02:11:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:11: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:02:11: TRACE: [WIRE] - >> 05-18-2023 10:02:11: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:11: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:11:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:11:Start time: 1684404131991 05-18-2023 10:02:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:02:11:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:02:11:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:11:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:11:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:12: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:02:12: TRACE: [WIRE] - >> 05-18-2023 10:02:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:12:Start time: 1684404132022 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:12:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:12:Start time: 1684404132057 05-18-2023 10:02:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-18-2023 10:02:12: TRACE: [WIRE] - >> 05-18-2023 10:02:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:12:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:12:Start time: 1684404132068 05-18-2023 10:02:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-18-2023 10:02:12: TRACE: [WIRE] - >> 05-18-2023 10:02:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:12: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:12:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:12:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:12:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:02:12:Start time: 1684404132081 05-18-2023 10:02:12:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:12: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:02:12: TRACE: [WIRE] - >> 05-18-2023 10:02:14: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:14: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:14: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:14:Returned status 200 (OK) 05-18-2023 10:02:14:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:02:14:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:14:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:14: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:02:14: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:14: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:14: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:14: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:14: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:14:Start time: 1684404134095 05-18-2023 10:02:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:14:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:14:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:14:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:14:STARTING TEST : optionsWhileServerWaitTest() 05-18-2023 10:02:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:02:14: TRACE: [WIRE] - >> 05-18-2023 10:02:16: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:14:Start time: 1684404134109 05-18-2023 10:02:14:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:16: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:16: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:16:Returned status 200 (OK) 05-18-2023 10:02:16:FINISHED TEST : optionsWhileServerWaitTest() 05-18-2023 10:02:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:16:STARTING TEST : putWithResponseClassWhileServerWaitTest()05-18-2023 10:02:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:02:16: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:18: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:16:Start time: 1684404136122 05-18-2023 10:02:16:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:18: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:18: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:18:Returned status 200 (OK) 05-18-2023 10:02:18:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 05-18-2023 10:02:18:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:18:STARTING TEST : getWhileServerWaitTest() 05-18-2023 10:02:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:02:18: TRACE: [WIRE] - >> 05-18-2023 10:02:20: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:18:Start time: 1684404138141 05-18-2023 10:02:18:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:20:Returned status 200 (OK) 05-18-2023 10:02:20:FINISHED TEST : getWhileServerWaitTest() 05-18-2023 10:02:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:20:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:20: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-18-2023 10:02:20: TRACE: [WIRE] - >> 05-18-2023 10:02:20: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:20:Start time: 1684404140155 05-18-2023 10:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:20:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:20:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:20:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-18-2023 10:02:20: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:02:20: TRACE: [WIRE] - >> 05-18-2023 10:02:20:Start time: 1684404140168 05-18-2023 10:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:20:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:20:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-18-2023 10:02:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:20:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:20: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:02:20: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:20: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:20: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:20:Start time: 1684404140188 05-18-2023 10:02:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:20:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:20:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:20:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:20:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest()05-18-2023 10:02:20: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:02:20: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:20:Start time: 1684404140202 05-18-2023 10:02:20:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:22: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:22:Start time: 1684404142214 05-18-2023 10:02:22:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:02:22: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:24: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:24: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:24: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:24:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-18-2023 10:02:24:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:24:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:24: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:02:24: TRACE: [WIRE] - >> 05-18-2023 10:02:24:Start time: 1684404144229 05-18-2023 10:02:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:24:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:24:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:24:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:24:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 05-18-2023 10:02:24: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:02:24: TRACE: [WIRE] - >> 05-18-2023 10:02:26: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:24:Start time: 1684404144239 05-18-2023 10:02:24:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:26:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:02:26:Callback completed() call ok 05-18-2023 10:02:26:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 05-18-2023 10:02:26:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:26:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:02:26: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:02:26: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:26: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:26:Start time: 1684404146253 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:02:26:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:02:26:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:02:26:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:26:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest()05-18-2023 10:02:26: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-18-2023 10:02:26: TRACE: [WIRE] - >> 05-18-2023 10:02:26:Start time: 1684404146286 05-18-2023 10:02:26:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:26:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:26:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-18-2023 10:02:26:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:26:STARTING TEST : deleteTest() 05-18-2023 10:02:26: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-18-2023 10:02:26: TRACE: [WIRE] - >> 05-18-2023 10:02:26: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:26:Start time: 1684404146298 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:26: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:26:Returned status 200 (OK) 05-18-2023 10:02:26:FINISHED TEST : deleteTest() 05-18-2023 10:02:26:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:26:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:02:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:02:26: TRACE: [WIRE] - >> 05-18-2023 10:02:28: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:28: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:28: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:26:Start time: 1684404146312 05-18-2023 10:02:26:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:28:Returned status 200 (OK) 05-18-2023 10:02:28:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-18-2023 10:02:28:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:28:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:28: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-18-2023 10:02:28: TRACE: [WIRE] - >> 05-18-2023 10:02:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:28:Start time: 1684404148325 05-18-2023 10:02:28: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:28: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:28: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:28:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:02:28:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:02:28:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:28:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:28:STARTING TEST : postWithStringClassWhileServerWaitTest() 05-18-2023 10:02:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:02:28: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:30: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:30: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:30: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:28:Start time: 1684404148338 05-18-2023 10:02:28:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:30:FINISHED TEST : postWithStringClassWhileServerWaitTest() 05-18-2023 10:02:30:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:30:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()05-18-2023 10:02:30: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:02:30: TRACE: [WIRE] - >> 05-18-2023 10:02:32: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:30:Start time: 1684404150352 05-18-2023 10:02:30:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:32: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:32: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:32:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:02:32:Callback completed() call ok 05-18-2023 10:02:32:Start time: 1684404152364 05-18-2023 10:02:32:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-18-2023 10:02:32: TRACE: [WIRE] - >> 05-18-2023 10:02:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:34: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:34:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:02:34:Callback completed() call ok 05-18-2023 10:02:34:Start time: 1684404154377 05-18-2023 10:02:34:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-18-2023 10:02:34: TRACE: [WIRE] - >> 05-18-2023 10:02:36: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:36: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:36: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:36:Callback#completed() called in 2004 milliseconds from request 05-18-2023 10:02:36:Callback completed() call ok 05-18-2023 10:02:36:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 05-18-2023 10:02:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:36:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:36: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:02:36: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:36:Start time: 1684404156492 05-18-2023 10:02:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:36:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:36:Start time: 1684404156510 05-18-2023 10:02:36: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:02:36: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:36:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:36:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:36:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-18-2023 10:02:36:Start time: 168440415652105-18-2023 10:02:36: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-18-2023 10:02:36: TRACE: [WIRE] - >> 05-18-2023 10:02:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:36:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:36:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-18-2023 10:02:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:36:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:02:36: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:02:36: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:36:Start time: 1684404156531 05-18-2023 10:02:36:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:38:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 05-18-2023 10:02:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:38:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:02:38: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-18-2023 10:02:38: TRACE: [WIRE] - >> 05-18-2023 10:02:38:Start time: 1684404158546 05-18-2023 10:02:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:38:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:38:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-18-2023 10:02:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:38:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:02:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-18-2023 10:02:38: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:38:Start time: 1684404158556 05-18-2023 10:02:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:38:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:38:Start time: 1684404158569 05-18-2023 10:02:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-18-2023 10:02:38: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:38: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:38:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:38:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:02:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:38:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()05-18-2023 10:02:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-18-2023 10:02:38: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:38:Start time: 1684404158582 05-18-2023 10:02:38:Client was returned control in 1 milliseconds from request 05-18-2023 10:02:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:40: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:40: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:40:Callback#completed() called in 2005 milliseconds from request 05-18-2023 10:02:40:Callback completed() call ok 05-18-2023 10:02:40:Start time: 1684404160708 05-18-2023 10:02:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-18-2023 10:02:40:Client was returned control in 0 milliseconds from request 05-18-2023 10:02:40: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:42: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:42: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:42: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:42:Callback#completed() called in 2005 milliseconds from request 05-18-2023 10:02:42:Callback completed() call ok 05-18-2023 10:02:42:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-18-2023 10:02:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:42:STARTING TEST : headThrowsProcessingExceptionTest() 05-18-2023 10:02:42: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-18-2023 10:02:42: TRACE: [WIRE] - >> 05-18-2023 10:02:42:Start time: 1684404162825 05-18-2023 10:02:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:42:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:42:FINISHED TEST : headThrowsProcessingExceptionTest() 05-18-2023 10:02:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:42:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-18-2023 10:02:42: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:02:42: TRACE: [WIRE] - >> 05-18-2023 10:02:42:Start time: 1684404162840 05-18-2023 10:02:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:42:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:42:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-18-2023 10:02:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:42:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:02:42: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-18-2023 10:02:42: TRACE: [WIRE] - >> 05-18-2023 10:02:42:Start time: 1684404162855 05-18-2023 10:02:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:42:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:42:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:42:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:42: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-18-2023 10:02:42: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:42:Start time: 1684404162872 05-18-2023 10:02:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:42:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:42:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:02:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:42:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest()05-18-2023 10:02:42: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-18-2023 10:02:42:Start time: 1684404162886 05-18-2023 10:02:42: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:02:42:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:02:42:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [ERROR] Tests run: 147, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 171.754 s <<< FAILURE! - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [ERROR] ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT.methodWithStringClassWhileServerWaitTest Time elapsed: 16.457 s <<< FAILURE! org.opentest4j.AssertionFailedError: AsyncInvoker was blocked waiting for a response ==> expected: but was: at ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT.checkMaxEndTime(JAXRSClientIT.java:3169) at ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT.checkFutureString(JAXRSClientIT.java:3084) at ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT.methodWithStringClassWhileServerWaitTest(JAXRSClientIT.java:950) [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 05-18-2023 10:02:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:43:STARTING TEST : setUriTest()05-18-2023 10:02:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-18-2023 10:02:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:43: TRACE: [WIRE] - >> ENTITY 05-18-2023 10:02:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 05-18-2023 10:02:43:############################### 05-18-2023 10:02:43:[Request] Adding entity: ENTITY 05-18-2023 10:02:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:43: TRACE: [WIRE] - << ENTITY 05-18-2023 10:02:43:Found expected substring: ENTITY 05-18-2023 10:02:43:FINISHED TEST : setUriTest() 05-18-2023 10:02:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:43:STARTING TEST : getHeadersIsMutableTest()05-18-2023 10:02:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 05-18-2023 10:02:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 05-18-2023 10:02:43:############################### 05-18-2023 10:02:43: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 05-18-2023 10:02:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Length: 59 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:43: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 05-18-2023 10:02:43:Found expected substring: accept-language 05-18-2023 10:02:43:Found expected substring: date 05-18-2023 10:02:43:Found expected substring: tck 05-18-2023 10:02:43:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:02:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:43:STARTING TEST : setMethodTest() 05-18-2023 10:02:43: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 05-18-2023 10:02:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:43: TRACE: [WIRE] - >> ENTITY 05-18-2023 10:02:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 05-18-2023 10:02:43:############################### 05-18-2023 10:02:43:[Request] Adding entity: ENTITY 05-18-2023 10:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:43: TRACE: [WIRE] - << ENTITY 05-18-2023 10:02:43:Found expected substring: ENTITY 05-18-2023 10:02:43:FINISHED TEST : setMethodTest() 05-18-2023 10:02:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:43:STARTING TEST : getEntityStreamTest() 05-18-2023 10:02:43: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-18-2023 10:02:43: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:43: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@4513f28f 05-18-2023 10:02:43: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Length: 8192 05-18-2023 10:02:43: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:43:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 05-18-2023 10:02:43:############################### 05-18-2023 10:02:43:[Request] Adding entity: java.io.ByteArrayInputStream@4513f28f 05-18-2023 10:02:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:43: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 05-18-2023 10:02:43:Found expected substring: ENTITY_STREAM_WORKS 05-18-2023 10:02:43:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : cacheControlTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-18-2023 10:02:44: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 191 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : cacheControlTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-18-2023 10:02:44:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 153 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-18-2023 10:02:44:STARTING TEST : buildWithEntityTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildWithEntityTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : asyncTest() 05-18-2023 10:02:44:FINISHED TEST : asyncTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : buildPutTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildPutTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-18-2023 10:02:44:STARTING TEST : buildTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : buildGetTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildGetTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : buildDeleteTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildDeleteTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : headersMultivaluedMapTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-18-2023 10:02:44: TRACE: [WIRE] - >> tck-header:cts-header 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 175 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : headersMultivaluedMapTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : cookieCookieTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-18-2023 10:02:44: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : cookieCookieTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : headerObjectTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-18-2023 10:02:44: TRACE: [WIRE] - >> tck-header:cts-header 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 175 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : headerObjectTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : cookieStringStringTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-18-2023 10:02:44: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : cookieStringStringTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : acceptLanguageByLocalesTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-18-2023 10:02:44: TRACE: [WIRE] - >> Accept-Language:de it fr 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : acceptLanguageByLocalesTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : buildPostTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : buildPostTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : acceptLanguageByStringsTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-18-2023 10:02:44: TRACE: [WIRE] - >> Accept-Language:de it fr 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest()05-18-2023 10:02:44: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:44: TRACE: [WIRE] - >> 05-18-2023 10:02:44:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:44:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 05-18-2023 10:02:44: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:44: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:44: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:44: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:44:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 05-18-2023 10:02:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:44:STARTING TEST : postWithGenericTypeStringTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : postWithGenericTypeStringTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:45:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45:STARTING TEST : methodWithStringClassWithEntityTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : methodWithStringClassWithEntityTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:STARTING TEST : postWithStringClassTest() 05-18-2023 10:02:45:FINISHED TEST : postWithStringClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 05-18-2023 10:02:45:STARTING TEST : headTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : headTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:STARTING TEST : traceWithStringClassTest() 05-18-2023 10:02:45:FINISHED TEST : traceWithStringClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : traceWithResponseClassTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : traceWithResponseClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : getThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : getThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45:STARTING TEST : methodWithResponseClassWithEntityTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : methodWithResponseClassWithEntityTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:STARTING TEST : deleteWithResponseClassTest() 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : deleteWithResponseClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:STARTING TEST : deleteWithStringClassTest() 05-18-2023 10:02:45:FINISHED TEST : deleteWithStringClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : methodTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : getWithGenericTypeResponseTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : getWithGenericTypeResponseTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : deleteWithGenericTypeResponseTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : deleteWithGenericTypeResponseTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putWithStringClassTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : putWithStringClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45:STARTING TEST : putThrowsProcessingExceptionTest() 05-18-2023 10:02:45:FINISHED TEST : putThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithGenericTypeStringTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : methodWithGenericTypeStringTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:45:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putWithResponseClassTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : putWithResponseClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45:STARTING TEST : optionsTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : optionsTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45:STARTING TEST : optionsWithGenericTypeStringTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : optionsWithGenericTypeStringTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:STARTING TEST : optionsWithResponseClassTest() 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : optionsWithResponseClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45:STARTING TEST : methodWithResponseClassTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : methodWithResponseClassTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45:STARTING TEST : getWithGenericTypeStringTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : getWithGenericTypeStringTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : putTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : getTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : getTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putWithGenericTypeStringTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : putWithGenericTypeStringTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45:STARTING TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : traceThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:45:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:45:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:45:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : traceTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:45: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:45:Returned status 200 (OK) 05-18-2023 10:02:45:FINISHED TEST : traceTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest()05-18-2023 10:02:45: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:45:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 05-18-2023 10:02:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:45: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:45:STARTING TEST : deleteWithGenericTypeStringTest() 05-18-2023 10:02:45: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : deleteWithGenericTypeStringTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:46:STARTING TEST : postTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : postTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:46:STARTING TEST : methodWithGenericTypeResponseTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : methodWithGenericTypeResponseTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : postWithResponseClassTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : postWithResponseClassTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:46:STARTING TEST : methodWithEntityTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : methodWithEntityTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : methodWithStringClassTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : methodWithStringClassTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : optionsWithGenericTypeResponseTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : optionsWithGenericTypeResponseTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:46:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:46:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46:STARTING TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46:FINISHED TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-18-2023 10:02:46:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : postWithGenericTypeResponseTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : postWithGenericTypeResponseTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46:STARTING TEST : deleteThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : deleteThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-18-2023 10:02:46:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:STARTING TEST : optionsWithStringClassTest() 05-18-2023 10:02:46:FINISHED TEST : optionsWithStringClassTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:46:STARTING TEST : getWithStringClassTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : getWithStringClassTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-18-2023 10:02:46:STARTING TEST : traceWithGenericTypeResponseTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : traceWithGenericTypeResponseTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-18-2023 10:02:46:STARTING TEST : deleteTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : deleteTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-18-2023 10:02:46:STARTING TEST : getWithResponseClassTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : getWithResponseClassTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-18-2023 10:02:46: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:STARTING TEST : putWithGenericTypeResponseTest() 05-18-2023 10:02:46:Returned status 200 (OK) 05-18-2023 10:02:46:FINISHED TEST : putWithGenericTypeResponseTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : traceWithGenericTypeStringTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:FINISHED TEST : traceWithGenericTypeStringTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : headThrowsProcessingExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : headThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : optionsThrowsProcessingExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-18-2023 10:02:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:46:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()05-18-2023 10:02:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-18-2023 10:02:46: TRACE: [WIRE] - >> 05-18-2023 10:02:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:02:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:46: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:46:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:02:46:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.395 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : serverSideReaderIsUsedOnServerTest() 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: Anything 05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - >> Anything 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 30 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << The fake reader on server side 05-18-2023 10:02:47:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : serverSideReaderIsNotUsedOnClientTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - >> reader/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: reader/serverside 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: reader/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << ConstrainedTo message 05-18-2023 10:02:47:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - >> ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << ConstrainedTo message 05-18-2023 10:02:47:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : clientSideWriterIsUsedOnClientTest() 05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - >> ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - >> writer/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: writer/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: writer/serverside 05-18-2023 10:02:47: TRACE: [WIRE] - << ConstrainedTo message 05-18-2023 10:02:47:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : clientSideWriterIsNotUsedOnServerTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - >> ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << ConstrainedTo message 05-18-2023 10:02:47:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : clientSideReaderIsUsedOnClientTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - >> reader/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: reader/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: reader/clientside 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << ConstrainedTo message 05-18-2023 10:02:47:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : serverSideWriterIsUsedOnServerTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 05-18-2023 10:02:47:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:[Request] Adding entity: ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - >> ConstrainedTo message 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 30 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << The fake writer on server side 05-18-2023 10:02:47:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : setSecurityContextTest() 05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:FINISHED TEST : setSecurityContextTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : abortWithTest() 05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47: TRACE: [WIRE] - << OPERATION: ABORTWITH 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:FINISHED TEST : abortWithTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:STARTING TEST : setRequestUriOneUriTest() 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47:FINISHED TEST : setRequestUriOneUriTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : setMethodTest() 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:FINISHED TEST : setMethodTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : setEntityStreamTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:FINISHED TEST : setEntityStreamTest() 05-18-2023 10:02:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:47:STARTING TEST : setRequestUriTwoUrisTest()05-18-2023 10:02:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 05-18-2023 10:02:47: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-18-2023 10:02:47: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-18-2023 10:02:47:############################### 05-18-2023 10:02:47: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:47: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-18-2023 10:02:47:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 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 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : noSecurityTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:49: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 1052 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:02:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

05-18-2023 10:02:49:FINISHED TEST : noSecurityTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getSecurityContextTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49: TRACE: [WIRE] - << j2ee 05-18-2023 10:02:49:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 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 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getUriInfoTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 93 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49:FINISHED TEST : getUriInfoTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getAcceptableLanguagesIsSortedTest() 05-18-2023 10:02:49:Check the #getAcceptableLanguages is sorted according to their q-value 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 05-18-2023 10:02:49:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getDateIsNullTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << NULL;GETDATE 05-18-2023 10:02:49:FINISHED TEST : getDateIsNullTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 32 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 05-18-2023 10:02:49:STARTING TEST : setSecurityContextTest() 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49:FINISHED TEST : setSecurityContextTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 05-18-2023 10:02:49:STARTING TEST : abortWithTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << ABORTWITH 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49:FINISHED TEST : abortWithTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 05-18-2023 10:02:49:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getMediaTypeTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 05-18-2023 10:02:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:49: TRACE: [WIRE] - << Content-Length: 32 05-18-2023 10:02:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:49: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 05-18-2023 10:02:49:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:02:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:49:STARTING TEST : getMethodTest() 05-18-2023 10:02:49: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-18-2023 10:02:49: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 17 05-18-2023 10:02:49:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-18-2023 10:02:49:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << OPTIONS;GETMETHOD 05-18-2023 10:02:50:FINISHED TEST : getMethodTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : hasEntityTest()05-18-2023 10:02:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 05-18-2023 10:02:50: TRACE: [WIRE] - >> entity 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 14 05-18-2023 10:02:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:[Request] Adding entity: entity 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << true;HASENTITY 05-18-2023 10:02:50:FINISHED TEST : hasEntityTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 56 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getAcceptableMediaTypesIsSortedTest()05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-18-2023 10:02:50: 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 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 105 05-18-2023 10:02:50:Check the #getAcceptableMediaTypes is sorted according to their q-value 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: 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 05-18-2023 10:02:50:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getCookiesIsReadonlyTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 57 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 05-18-2023 10:02:50:FINISHED TEST : getCookiesIsReadonlyTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getLanguageTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 18 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 05-18-2023 10:02:50:FINISHED TEST : getLanguageTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : setRequestUriOneUriTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 49 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : setRequestUriOneUriTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getDateTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Thu, 18 May 2023 10:02:50 GMT 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << 1684404170000;GETDATE 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getDateTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getLanguageIsNullTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;GETLANGUAGE 05-18-2023 10:02:50:FINISHED TEST : getLanguageIsNullTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getHeaderStringTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 05-18-2023 10:02:50:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : setMethodTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 17 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << OPTIONS SETMETHOD 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : setMethodTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 05-18-2023 10:02:50:STARTING TEST : setPropertyNullTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : setPropertyNullTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 43 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 05-18-2023 10:02:50:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 28 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 05-18-2023 10:02:50:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getLengthWhenNoEntityTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << -1;GETLENGTH 05-18-2023 10:02:50:FINISHED TEST : getLengthWhenNoEntityTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getPropertyNamesTest()05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 187 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 05-18-2023 10:02:50:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 18 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << OPTIONS;GETREQUEST 05-18-2023 10:02:50:STARTING TEST : getRequestTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getRequestTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : setEntityStreamTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 37 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : setEntityStreamTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getAcceptableMediaTypesTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 41 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 05-18-2023 10:02:50:FINISHED TEST : getAcceptableMediaTypesTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getHeadersTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 200 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.2 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 05-18-2023 10:02:50:FINISHED TEST : getHeadersTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;GETPROPERTY 05-18-2023 10:02:50:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : setRequestUriTwoUrisTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 49 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 05-18-2023 10:02:50:FINISHED TEST : setRequestUriTwoUrisTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getLengthTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 05-18-2023 10:02:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:[Request] Adding entity: 12345678901234567890 05-18-2023 10:02:50: TRACE: [WIRE] - >> 12345678901234567890 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << 20;GETLENGTH 05-18-2023 10:02:50:FINISHED TEST : getLengthTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getSecurityContextPrincipalIsNullTest()05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 23 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 05-18-2023 10:02:50:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getAcceptableLanguagesTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 29 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getAcceptableLanguagesTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getMediaTypeIsNullTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 17 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;GETMEDIATYPE 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:FINISHED TEST : getMediaTypeIsNullTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : setPropertyTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 26 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 05-18-2023 10:02:50:FINISHED TEST : setPropertyTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : removePropertyTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 05-18-2023 10:02:50:FINISHED TEST : removePropertyTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getCookiesTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 46 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-18-2023 10:02:50:###############################05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 50 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 05-18-2023 10:02:50:FINISHED TEST : getCookiesTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 15 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << false;HASENTITY 05-18-2023 10:02:50:FINISHED TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getEntityStreamTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 05-18-2023 10:02:50: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 32 05-18-2023 10:02:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:[Request] Adding entity: EnTiTyStReAmTeSt 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 05-18-2023 10:02:50:FINISHED TEST : getEntityStreamTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080'05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 48 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 05-18-2023 10:02:50:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50:STARTING TEST : getResourceMethodTest() 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 17 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << getResourceMethod 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:Found expected resource method name 05-18-2023 10:02:50:FINISHED TEST : getResourceMethodTest() 05-18-2023 10:02:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 05-18-2023 10:02:50:STARTING TEST : getResourceClassTest() 05-18-2023 10:02:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 05-18-2023 10:02:50: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Length: 58 05-18-2023 10:02:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:50: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 05-18-2023 10:02:50:############################### 05-18-2023 10:02:50:Found expected resource class name 05-18-2023 10:02:50:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getStringsHeaderMoreItemsTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> commaSeparated 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: commaSeparated 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 42 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << responsefilterentity responsefilterentity 05-18-2023 10:02:51:FINISHED TEST : getStringsHeaderMoreItemsTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> false 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: false 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 38 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 05-18-2023 10:02:51:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getEntityTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-18-2023 10:02:51: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETENTITY 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 144 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-18-2023 10:02:51:FINISHED TEST : getEntityTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getDateIsNullTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETDATE 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << 0 05-18-2023 10:02:51:FINISHED TEST : getDateIsNullTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLinksTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLINKS 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 105 05-18-2023 10:02:51: TRACE: [WIRE] - << Link: , 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << ; 05-18-2023 10:02:51:FINISHED TEST : getLinksTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: headerDelegate 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> headerDelegate 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLinkBuilderWhenNoLinkTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << NULL 05-18-2023 10:02:51:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getEntityClassByteArrayTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> bytearray 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << [B 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: bytearray 05-18-2023 10:02:51:FINISHED TEST : getEntityClassByteArrayTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getStringHeadersTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> EnTITY 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER: EnTITY 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << EnTITY 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: EnTITY 05-18-2023 10:02:51:FINISHED TEST : getStringHeadersTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << NULL 05-18-2023 10:02:51:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLinksWhenNoLinkTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLINKS 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << NULL 05-18-2023 10:02:51:FINISHED TEST : getLinksWhenNoLinkTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getMediaTypeTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> application/svg+xml 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: application/svg+xml 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << application/svg+xml 05-18-2023 10:02:51:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getEntityAnnotationsTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> true 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 93 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: true 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 05-18-2023 10:02:51:FINISHED TEST : getEntityAnnotationsTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLinkTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:02:51: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLINK 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:02:51: TRACE: [WIRE] - << Link: ; rel="relation" 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:02:51:FINISHED TEST : getLinkTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : setEntityTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETENTITY 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: application/svg+xml 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:02:51:FINISHED TEST : setEntityTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : hasEntityTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> ResponseFilterEntity 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: ResponseFilterEntity 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: HASENTITY 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << true 05-18-2023 10:02:51:FINISHED TEST : hasEntityTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getHeadersIsMutableTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER: HEADER 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 24 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER found as expected 05-18-2023 10:02:51:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : hasLinkWhenNoLinkTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: HASLINK 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << false 05-18-2023 10:02:51:FINISHED TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLanguageTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> fr-ca 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Language: fr-ca 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << fr_CA 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: fr-ca 05-18-2023 10:02:51:FINISHED TEST : getLanguageTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getStringHeadersUsesToStringMethodTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> toString 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: toString 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-18-2023 10:02:51: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:02:51:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getDateTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> 1684404171000 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: 1684404171000 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETDATE 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 13 05-18-2023 10:02:51: TRACE: [WIRE] - << Date: Thu, 18 May 2023 10:02:51 GMT 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << 1684404171000 05-18-2023 10:02:51:FINISHED TEST : getDateTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getCookiesIsReadOnlyTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 35 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << getCookies is read-only as expected 05-18-2023 10:02:51:FINISHED TEST : getCookiesIsReadOnlyTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getLanguageIsNullTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << NULL 05-18-2023 10:02:51:FINISHED TEST : getLanguageIsNullTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : getHeaderStringTest() 05-18-2023 10:02:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 24 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 05-18-2023 10:02:51:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:02:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:02:51:STARTING TEST : setStatusInfoTest()05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> 200 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: 200 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << 200 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: 201 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> 201 05-18-2023 10:02:51: TRACE: [WIRE] - << 201 CREATED 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << 201 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:51:[Request] Adding entity: 202 05-18-2023 10:02:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:02:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:51: TRACE: [WIRE] - >> 202 05-18-2023 10:02:51: TRACE: [WIRE] - << 202 ACCEPTED 05-18-2023 10:02:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:51: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:02:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:02:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:51: TRACE: [WIRE] - << 202 05-18-2023 10:02:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:02:51:############################### 05-18-2023 10:02:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:02:52:[Request] Adding entity: 204 05-18-2023 10:02:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:52: TRACE: [WIRE] - >> 204 05-18-2023 10:02:52: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:02:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:02:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:02:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:02:52:############################### 05-18-2023 10:02:52:[Request] Adding entity: 205 05-18-2023 10:02:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:02:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:02:52: TRACE: [WIRE] - >> 205 05-18-2023 10:02:52: TRACE: [WIRE] - << 205 RESET_CONTENT 05-18-2023 10:02:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:02:52: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:02:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 206 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 206 05-18-2023 10:03:22: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 206 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 300 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 300 05-18-2023 10:03:22: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 300 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 301 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 301 05-18-2023 10:03:22: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 301 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 302 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 302 05-18-2023 10:03:22: TRACE: [WIRE] - << 302 FOUND 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 302 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 303 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 303 05-18-2023 10:03:22: TRACE: [WIRE] - << 303 SEE_OTHER 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 303 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 304 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 304 05-18-2023 10:03:22: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 305 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 305 05-18-2023 10:03:22: TRACE: [WIRE] - << 305 USE_PROXY 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 305 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 307 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 307 05-18-2023 10:03:22: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 307 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 308 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 308 05-18-2023 10:03:22: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 308 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 400 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 400 05-18-2023 10:03:22: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 400 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 401 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 401 05-18-2023 10:03:22: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 401 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 402 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 402 05-18-2023 10:03:22: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 402 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 403 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 403 05-18-2023 10:03:22: TRACE: [WIRE] - << 403 FORBIDDEN 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 403 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 404 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 404 05-18-2023 10:03:22: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 404 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 405 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 405 05-18-2023 10:03:22: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 405 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 406 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 406 05-18-2023 10:03:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 406 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 407 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 407 05-18-2023 10:03:22: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 407 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 408 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 408 05-18-2023 10:03:22: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 408 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 409 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 409 05-18-2023 10:03:22: TRACE: [WIRE] - << 409 CONFLICT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 409 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 410 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 410 05-18-2023 10:03:22: TRACE: [WIRE] - << 410 GONE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 410 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 411 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 411 05-18-2023 10:03:22: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 411 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 412 05-18-2023 10:03:22: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 412 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 412 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 413 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 413 05-18-2023 10:03:22: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 413 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 414 05-18-2023 10:03:22: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 414 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 415 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 414 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 415 05-18-2023 10:03:22: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 415 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 416 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 416 05-18-2023 10:03:22: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 416 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 417 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 41705-18-2023 10:03:22: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 417 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 428 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 428 05-18-2023 10:03:22: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 428 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 429 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 429 05-18-2023 10:03:22: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 429 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 431 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 431 05-18-2023 10:03:22: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 431 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 451 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 451 05-18-2023 10:03:22: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 451 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 500 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 500 05-18-2023 10:03:22: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 500 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 501 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 501 05-18-2023 10:03:22: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 501 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 502 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 502 05-18-2023 10:03:22: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 502 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 503 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 503 05-18-2023 10:03:22: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 503 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 504 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 504 05-18-2023 10:03:22: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 504 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 505 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 505 05-18-2023 10:03:22: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 505 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 511 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 511 05-18-2023 10:03:22: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: SETSTATUSINFO 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 511 05-18-2023 10:03:22:FINISHED TEST : setStatusInfoTest() 05-18-2023 10:03:22:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22:STARTING TEST : hasLinkTest() 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: HASLINK 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:22: TRACE: [WIRE] - << Link: ; rel="relation" 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << true 05-18-2023 10:03:22:FINISHED TEST : hasLinkTest() 05-18-2023 10:03:22:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 05-18-2023 10:03:22:STARTING TEST : getAllowedMethodsTest() 05-18-2023 10:03:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 14 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << trace options 05-18-2023 10:03:22:FINISHED TEST : getAllowedMethodsTest() 05-18-2023 10:03:22:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 200 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22:STARTING TEST : getStatusTest() 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 200 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 201 05-18-2023 10:03:22: TRACE: [WIRE] - >> 201 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 201 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 202 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 202 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 202 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 204 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 204 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 204 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22:[Request] Adding entity: 205 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 205 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 205 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 206 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 206 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 206 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 300 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 300 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 300 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 301 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 301 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 301 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 302 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 302 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 302 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 303 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 303 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 303 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 304 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 304 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 304 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 30505-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 305 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 305 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 307 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 307 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 307 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 308 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 308 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 308 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 400 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 400 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 400 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 401 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 401 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 401 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 402 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 402 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 402 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 403 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 403 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 403 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 404 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 404 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 404 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 405 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 405 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 405 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 406 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 406 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 406 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 407 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 407 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 407 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 408 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 408 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 408 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 409 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 409 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 409 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 410 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 410 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 410 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 411 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 411 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 411 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 412 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 412 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 412 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:22:[Request] Adding entity: 413 05-18-2023 10:03:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:22: TRACE: [WIRE] - >> 413 05-18-2023 10:03:22: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:22: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:22: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:22: TRACE: [WIRE] - << 413 05-18-2023 10:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:22:############################### 05-18-2023 10:03:23:[Request] Adding entity: 414 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 414 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 414 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 415 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 415 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 415 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 416 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 416 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 416 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 417 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 417 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 417 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 428 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 428 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 428 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23:[Request] Adding entity: 429 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 429 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 429 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 431 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 431 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 431 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 451 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 451 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 451 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 500 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 500 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 500 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 501 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 501 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 501 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 502 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 502 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 502 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 503 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 503 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 503 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 504 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 504 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 504 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 505 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 505 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 505 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 511 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 511 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 511 05-18-2023 10:03:23:FINISHED TEST : getStatusTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: commaSeparated 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> commaSeparated 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-18-2023 10:03:23: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 41 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 05-18-2023 10:03:23:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getLengthWhenNoEntityTest()05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << -1 05-18-2023 10:03:23:FINISHED TEST : getLengthWhenNoEntityTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getEntityClassInputStreamTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: inputstream 05-18-2023 10:03:23: TRACE: [WIRE] - >> inputstream 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 28 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-18-2023 10:03:23:FINISHED TEST : getEntityClassInputStreamTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: headerDelegate 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> headerDelegate 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-18-2023 10:03:23: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getHeaderStringHeaderIsNullTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: null 05-18-2023 10:03:23: TRACE: [WIRE] - >> null 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << NULL 05-18-2023 10:03:23:FINISHED TEST : getHeaderStringHeaderIsNullTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23:STARTING TEST : getLastModifiedIsNullTest() 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << NULL 05-18-2023 10:03:23:FINISHED TEST : getLastModifiedIsNullTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> inputstream 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 28 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23:STARTING TEST : getEntityTypeInputStreamTest() 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: inputstream 05-18-2023 10:03:23: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-18-2023 10:03:23:FINISHED TEST : getEntityTypeInputStreamTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> ResponseFilterEntity 05-18-2023 10:03:23:STARTING TEST : getEntityTagTest() 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: ResponseFilterEntity 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:03:23:FINISHED TEST : getEntityTagTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : setEntityStreamTest()05-18-2023 10:03:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Transfer-Encoding: chunked 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << ResponseFilterEntityOKOKOKOKOKOKOKOKOKOKOKOK 05-18-2023 10:03:23:FINISHED TEST : setEntityStreamTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getEntityIsNullTest()05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETENTITY 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << NULL 05-18-2023 10:03:23:FINISHED TEST : getEntityIsNullTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> header 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << header4: header 05-18-2023 10:03:23: TRACE: [WIRE] - << header3: header 05-18-2023 10:03:23: TRACE: [WIRE] - << header2: header 05-18-2023 10:03:23: TRACE: [WIRE] - << header1: header 05-18-2023 10:03:23: TRACE: [WIRE] - << header0: header 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 50 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 05-18-2023 10:03:23:STARTING TEST : getHeadersTest() 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: header 05-18-2023 10:03:23:FINISHED TEST : getHeadersTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getEntityClassStringTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> string 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: string 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:03:23:FINISHED TEST : getEntityClassStringTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : getStatusInfoTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 200 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 200 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 201 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 201 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 201 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 202 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 202 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 202 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 204 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 204 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 204 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 205 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 205 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 205 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 206 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 206 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 206 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 300 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 300 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 300 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 301 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 301 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 301 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 302 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 302 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 302 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 303 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 303 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 303 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 304 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 304 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 304 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 305 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 305 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 305 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 307 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 307 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 307 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 308 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 308 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 308 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 400 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 400 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 400 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 401 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 401 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 401 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 402 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 402 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 402 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 403 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 403 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 403 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 404 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 404 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 404 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 405 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 405 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 405 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 406 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 406 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 406 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 407 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 407 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 407 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 40805-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 408 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 408 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 409 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 409 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 409 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 410 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 410 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 410 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 411 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 411 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 411 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 412 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 412 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 412 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 413 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 413 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 413 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 414 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 414 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 414 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 415 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 415 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 415 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 416 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 416 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 416 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 417 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 417 05-18-2023 10:03:23:[Request] Adding entity: 417 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 428 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 428 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 428 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 429 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 429 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 429 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 431 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 431 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 431 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 451 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 451 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 451 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 500 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 500 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 500 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 501 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 501 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 501 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 502 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 502 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 502 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 503 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 503 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 503 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 504 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 504 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 504 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 505 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 505 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 505 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 511 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 511 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 511 05-18-2023 10:03:23:FINISHED TEST : getStatusInfoTest() 05-18-2023 10:03:23:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:23:STARTING TEST : setStatusTest() 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 200 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 200 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 200 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 201 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 201 05-18-2023 10:03:23: TRACE: [WIRE] - << 201 CREATED 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 201 05-18-2023 10:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:23:############################### 05-18-2023 10:03:23:[Request] Adding entity: 202 05-18-2023 10:03:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:23: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:23: TRACE: [WIRE] - >> 202 05-18-2023 10:03:23: TRACE: [WIRE] - << 202 ACCEPTED 05-18-2023 10:03:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:23: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:23: TRACE: [WIRE] - << 202 05-18-2023 10:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:24:############################### 05-18-2023 10:03:24:[Request] Adding entity: 204 05-18-2023 10:03:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:24: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:24: TRACE: [WIRE] - >> 204 05-18-2023 10:03:24: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:03:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:24: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:24:############################### 05-18-2023 10:03:24:[Request] Adding entity: 205 05-18-2023 10:03:24: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:24: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:24: TRACE: [WIRE] - >> 205 05-18-2023 10:03:24: TRACE: [WIRE] - << 205 RESET_CONTENT 05-18-2023 10:03:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:24: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 206 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 206 05-18-2023 10:03:54: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 206 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:[Request] Adding entity: 300 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 300 05-18-2023 10:03:54: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 300 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 301 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 301 05-18-2023 10:03:54: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 301 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 302 05-18-2023 10:03:54: TRACE: [WIRE] - << 302 FOUND 05-18-2023 10:03:54:[Request] Adding entity: 302 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 302 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:###############################05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 303 05-18-2023 10:03:54:[Request] Adding entity: 303 05-18-2023 10:03:54: TRACE: [WIRE] - << 303 SEE_OTHER 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 303 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 304 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 304 05-18-2023 10:03:54: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 305 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 305 05-18-2023 10:03:54: TRACE: [WIRE] - << 305 USE_PROXY 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 305 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 307 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 307 05-18-2023 10:03:54: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 307 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 308 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 308 05-18-2023 10:03:54: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 308 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 400 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 400 05-18-2023 10:03:54: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 400 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 401 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 401 05-18-2023 10:03:54: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 401 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 402 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 402 05-18-2023 10:03:54: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 402 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 403 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 403 05-18-2023 10:03:54: TRACE: [WIRE] - << 403 FORBIDDEN 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 403 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 404 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 404 05-18-2023 10:03:54: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 404 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 405 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 405 05-18-2023 10:03:54: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 405 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 406 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 406 05-18-2023 10:03:54: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 406 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:###############################05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 407 05-18-2023 10:03:54:[Request] Adding entity: 407 05-18-2023 10:03:54: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 407 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 408 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 408 05-18-2023 10:03:54: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 408 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 409 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 409 05-18-2023 10:03:54: TRACE: [WIRE] - << 409 CONFLICT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 409 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 410 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 410 05-18-2023 10:03:54: TRACE: [WIRE] - << 410 GONE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 410 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 411 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 411 05-18-2023 10:03:54: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 411 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 412 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 412 05-18-2023 10:03:54: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 412 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:###############################05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:[Request] Adding entity: 413 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 413 05-18-2023 10:03:54: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 413 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 414 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 414 05-18-2023 10:03:54: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 414 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 415 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 415 05-18-2023 10:03:54: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 415 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 416 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 416 05-18-2023 10:03:54: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 416 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 417 05-18-2023 10:03:54: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 417 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 417 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 428 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 428 05-18-2023 10:03:54: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 428 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 429 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 429 05-18-2023 10:03:54: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 429 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 431 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 431 05-18-2023 10:03:54: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 431 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 45105-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 451 05-18-2023 10:03:54: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 451 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:[Request] Adding entity: 500 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 500 05-18-2023 10:03:54: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 500 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 501 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 501 05-18-2023 10:03:54: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 501 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 502 05-18-2023 10:03:54:[Request] Adding entity: 502 05-18-2023 10:03:54: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 502 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 503 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 503 05-18-2023 10:03:54: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 503 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 504 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 504 05-18-2023 10:03:54: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 504 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 505 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 505 05-18-2023 10:03:54: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Connection: close 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 505 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 511 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 511 05-18-2023 10:03:54: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: SETSTATUS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 511 05-18-2023 10:03:54:FINISHED TEST : setStatusTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLinkBuilderTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:03:54: TRACE: [WIRE] - << Link: ; rel="relation" 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54:FINISHED TEST : getLinkBuilderTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 49 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 05-18-2023 10:03:54:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLengthTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> ResponseFilterEntity 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: ResponseFilterEntity 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 20sponseFilterEntity 05-18-2023 10:03:54:FINISHED TEST : getLengthTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLinkWhenNoLinkTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLINK 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << NULL 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:FINISHED TEST : getLinkWhenNoLinkTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getStringHeadersHeaderIsNullTest() 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> null 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: null 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << NULL 05-18-2023 10:03:54:FINISHED TEST : getStringHeadersHeaderIsNullTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLastModifiedTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> 1684404234000 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: 1684404234000 05-18-2023 10:03:54: TRACE: [WIRE] - << Last-Modified: Thu, 18 May 2023 10:03:54 GMT 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 13 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << 1684404234000 05-18-2023 10:03:54:FINISHED TEST : getLastModifiedTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getEntityTypeByteArrayTest() 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: bytearray 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> bytearray 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << [B 05-18-2023 10:03:54:FINISHED TEST : getEntityTypeByteArrayTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> string 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:03:54:STARTING TEST : getEntityTypeStringTest() 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: string 05-18-2023 10:03:54:FINISHED TEST : getEntityTypeStringTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: toString 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> toString 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-18-2023 10:03:54: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:03:54:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLocationTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-18-2023 10:03:54:FINISHED TEST : getLocationTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getLocationWhenNoLocationTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << NULL 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:FINISHED TEST : getLocationWhenNoLocationTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getEntityTagIsNullTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << NULL 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:FINISHED TEST : getEntityTagIsNullTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getCookiesTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETCOOKIES 05-18-2023 10:03:54: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 11 05-18-2023 10:03:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << cookiename 05-18-2023 10:03:54:FINISHED TEST : getCookiesTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: HASENTITY 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << false 05-18-2023 10:03:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:FINISHED TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:03:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:54:STARTING TEST : getEntityStreamTest() 05-18-2023 10:03:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 05-18-2023 10:03:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:54: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:54: TRACE: [WIRE] - << ResponseFilterEntity 05-18-2023 10:03:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-18-2023 10:03:54:############################### 05-18-2023 10:03:54:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.924 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamListEntityWithFromStringTest()May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamEntityWithFromStringTest() May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamSetEntityWithFromStringTest()May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:55:[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' May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:STARTING TEST : cookieParamSubTest() 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:FINISHED TEST : cookieParamSubTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:STARTING TEST : cookieParamEntityWithValueOfTest() 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:STARTING TEST : cookieParamEntityWithConstructorTest() 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 10:03:55:[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' 05-18-2023 10:03:55:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:55:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:55:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 10:03:55:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:55:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamListEntityWithFromStringTest()May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamEntityWithFromStringTest()May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldParamEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:56:[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' May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldParamEntityWithConstructorTest()May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 10:03:56:[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' May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamSetEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:STARTING TEST : cookieParamSubTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:FINISHED TEST : cookieParamSubTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamEntityWithValueOfTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieParamEntityWithConstructorTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 10:03:56:[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' May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:56:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() May 18, 2023 10:03:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:56:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:56:[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' 05-18-2023 10:03:56:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:56:[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' 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamEntityWithValueOfTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamListEntityWithFromStringTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamEntityWithFromStringTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamEntityWithFromStringTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamEntityWithConstructorTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamSetEntityWithFromStringTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamEntityWithValueOfTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamEntityWithConstructorTest() 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieFieldParamEntityWithValueOfTest()May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:[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' 05-18-2023 10:03:57:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-18-2023 10:03:57:[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' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-18-2023 10:03:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:57:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:57:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-18-2023 10:03:57:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:03:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:57:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : getSingletonsTest()May 18, 2023 10:03:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:58:FINISHED TEST : getSingletonsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : getClassesTest() May 18, 2023 10:03:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:58:FINISHED TEST : getClassesTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : defaultGetPropertiesIsEmptyTest() 05-18-2023 10:03:58:Default implementation gets empty map as expected 05-18-2023 10:03:58:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:03:58:STARTING TEST : getPropertiesTest() 05-18-2023 10:03:58:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:03:58:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassWriterContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable Client 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:FINISHED TEST : registerClassWriterContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectReaderContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable Client 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58:FINISHED TEST : registerObjectReaderContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectBindingPriorityTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectBindingPriorityTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassReaderContractsInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable Client 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58:FINISHED TEST : registerClassReaderContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectWriterContractsInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable Client 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:FINISHED TEST : registerObjectWriterContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassEmptyContractsTest() May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider of with contracts has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider of with contracts has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassEmptyContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassNotAssignableContractsInMapTest() May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassReaderContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable Client 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58:FINISHED TEST : registerClassReaderContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectEmptyContractsTest() May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with empty contracts has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with empty contracts has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectEmptyContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassBindingPriorityInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassBindingPriorityInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectReaderContractsInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable Client 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully read Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58:FINISHED TEST : registerObjectReaderContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassNullContractsTest()May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with null contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with null contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassNullContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:STARTING TEST : registerObjectNotAssignableContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider withO unassignable contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider withO unassignable contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectNotAssignableContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:STARTING TEST : registerClassNotAssignableContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassNotAssignableContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectWriterContractsTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable Client 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:FINISHED TEST : registerObjectWriterContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectBindingPriorityInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectBindingPriorityInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassWriterContractsInMapTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable Client 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 1 provider(s) as expected 05-18-2023 10:03:58:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-18-2023 10:03:58: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. 05-18-2023 10:03:58:FINISHED TEST : registerClassWriterContractsInMapTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerObjectNullContractsTest() 05-18-2023 10:03:58:Check on Configurable ClientMay 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with null contract has ben ignored as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected May 18, 2023 10:03:58 AM 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. 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:The provider with null contract has ben ignored as expected 05-18-2023 10:03:58:FINISHED TEST : registerObjectNullContractsTest() 05-18-2023 10:03:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:58:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 05-18-2023 10:03:58:Check on Configurable Client 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-18-2023 10:03:58:Check on Configurable WebTarget 05-18-2023 10:03:58:Already registered 0 classes 05-18-2023 10:03:58:Already registered 0 instances 05-18-2023 10:03:58:Found 0 provider(s) as expected 05-18-2023 10:03:58:Found 2 provider(s) as expected 05-18-2023 10:03:58:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-18-2023 10:03:58:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : isEnabledFeatureReturningFalseTest() 05-18-2023 10:03:59:Registering on Client 05-18-2023 10:03:59:Registering on WebTarget 05-18-2023 10:03:59:Feature feature2 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature1 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature4 has NOT been enabled as expected 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:59:FINISHED TEST : isEnabledFeatureReturningFalseTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : isEnabledClassReturningFalseTest() 05-18-2023 10:03:59:Registering on Client 05-18-2023 10:03:59:Registering on WebTarget 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on Client configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:No feature enabled as expected on WebTarget configuration 05-18-2023 10:03:59:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:59:FINISHED TEST : isEnabledClassReturningFalseTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 05-18-2023 10:03:59:Registering on Client 05-18-2023 10:03:59:Registering on WebTarget 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature1 registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature2 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature3 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature4 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature1 registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature2 registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature3 NOT registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature4 NOT registered as expected on WebTarget configuration 05-18-2023 10:03:59:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:59:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : isEnabledFeatureReturningTrueTest() 05-18-2023 10:03:59:Registering on Client 05-18-2023 10:03:59:Registering on WebTarget 05-18-2023 10:03:59:Feature feature2 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature1 has been enabled as expected 05-18-2023 10:03:59:Feature feature3 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature4 has NOT been enabled as expected 05-18-2023 10:03:59:Feature feature1 registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature2 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature3 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature4 NOT registered as expected on Client configuration 05-18-2023 10:03:59:Feature feature1 registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature2 registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature3 NOT registered as expected on WebTarget configuration 05-18-2023 10:03:59:Feature feature4 NOT registered as expected on WebTarget configuration 05-18-2023 10:03:59:The provider with unassignable contract has ben ignored as expected 05-18-2023 10:03:59:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : cookieTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 229 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59: 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 05-18-2023 10:03:59:FINISHED TEST : cookieTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : contentLanguageTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 05-18-2023 10:03:59: TRACE: [WIRE] - >> anything 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 21 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Languageen-US 05-18-2023 10:03:59:FINISHED TEST : contentLanguageTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : acceptLanguageTest()05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 35 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 05-18-2023 10:03:59:FINISHED TEST : acceptLanguageTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : getDateTest() 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, Date:Thu, 18 May 2023 10:03:59 GMT, Content-Type:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - >> getDate 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 13 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << 1684404239000 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: getDate 05-18-2023 10:03:59:#getDate() returned expected Date instance 05-18-2023 10:03:59:FINISHED TEST : getDateTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : getHeaderStringTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - >> askdjb 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << askdjbaskdjb 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: askdjb 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: ksadbva 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - >> ksadbva 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 14 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << ksadbvaksadbva 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: klwiaslkfn 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - >> klwiaslkfn 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: klwvasbk 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - >> klwvasbk 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << klwvasbkklwvasbk 05-18-2023 10:03:59:#getHeaderString() returned expected header values 05-18-2023 10:03:59:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : mediaTypeTest()05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 136 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 05-18-2023 10:03:59:FINISHED TEST : mediaTypeTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : getHeaderStringUsesToStringTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-18-2023 10:03:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:[Request] Adding entity: bean 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 05-18-2023 10:03:59: TRACE: [WIRE] - >> bean 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 53 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 05-18-2023 10:03:59:#getHeaderString() returned expected header converted by toString() method 05-18-2023 10:03:59:FINISHED TEST : getHeaderStringUsesToStringTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 50 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 05-18-2023 10:03:59:STARTING TEST : mediaTypeAcceptableTest() 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:FINISHED TEST : mediaTypeAcceptableTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : getLengthTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59: TRACE: [WIRE] - << -1 05-18-2023 10:03:59:#getLength() returned expected length -1 05-18-2023 10:03:59:FINISHED TEST : getLengthTest() 05-18-2023 10:03:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:03:59:STARTING TEST : requestHeadersTest() 05-18-2023 10:03:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 05-18-2023 10:03:59: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 05-18-2023 10:03:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:03:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Length: 130 05-18-2023 10:03:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:03:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:03:59: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 05-18-2023 10:03:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 05-18-2023 10:03:59:############################### 05-18-2023 10:03:59:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : selectVariantGetRequestTest() May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : selectVariantGetRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : selectVariantDeleteRequestTest()May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : selectVariantDeleteRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:STARTING TEST : selectVariantPostRequestTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : selectVariantPostRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getMethodPutRequestTest() May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : getMethodPutRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : selectVariantResponseVaryTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : selectVariantResponseVaryTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getMethodGetRequestTest()May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : getMethodGetRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest()May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getMethodPostRequestTest() May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : getMethodPostRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:00:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getMethodHeadRequestTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:FINISHED TEST : getMethodHeadRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getMethodDeleteRequestTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:FINISHED TEST : getMethodDeleteRequestTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : selectVariantPutRequestTest() 05-18-2023 10:04:00:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:00:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:ProcessingException has been thrown as expected 05-18-2023 10:04:00:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:00:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-18-2023 10:04:00:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getLocationNotPresentTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:00:response#getLocation() was null as expected 05-18-2023 10:04:00:FINISHED TEST : getLocationNotPresentTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:00: TRACE: [WIRE] - >> delegate 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:[Request] Adding entity: delegate 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << s3: s3 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << s1: s1 05-18-2023 10:04:00: TRACE: [WIRE] - << s2: s2 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:HeaderDelegate is used for header as expected 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:Close() has been called on an entity stream as expected 05-18-2023 10:04:00:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getLinksIsNotNullTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:#getLinks contains no links as expected 05-18-2023 10:04:00:FINISHED TEST : getLinksIsNotNullTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:Close() has not been called on entity stream as expected 05-18-2023 10:04:00:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : bufferEntityThrowsExceptionTest()05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:ProcessingException has been thrown as expected 05-18-2023 10:04:00:FINISHED TEST : bufferEntityThrowsExceptionTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getLinkBuilderForTheRelationTest()05-18-2023 10:04:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:00: TRACE: [WIRE] - >> anyrelation 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << Link: ; rel="anyrelation" 05-18-2023 10:04:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:[Request] Adding entity: anyrelation 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:#getLinkBuilder creates correct Link for given relation 05-18-2023 10:04:00:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getEntityTagNotPresentTest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:response#getEntityTag() was null as expected 05-18-2023 10:04:00:FINISHED TEST : getEntityTagNotPresentTest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : responseCreatedRelativeURITest() 05-18-2023 10:04:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 05-18-2023 10:04:00: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:00: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 05-18-2023 10:04:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:00:FINISHED TEST : responseCreatedRelativeURITest() 05-18-2023 10:04:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:00:STARTING TEST : getLinksTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 05-18-2023 10:04:00:############################### 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << Link: ; rel="rel2",; rel="rel1" 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:#getLinks contains expected links 05-18-2023 10:04:01:FINISHED TEST : getLinksTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:[Request] Adding entity: stringheaders 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - >> stringheaders 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << s3: s3 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << s1: s1 05-18-2023 10:04:01: TRACE: [WIRE] - << s2: s2 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.4],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11)] 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-18-2023 10:04:01:IllegalStateException has been thrown as expected 05-18-2023 10:04:01:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : getLanguageNotPresentTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:response#getLanguage() was null as expected 05-18-2023 10:04:01:FINISHED TEST : getLanguageNotPresentTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:Close() has been called on an entity stream as expected 05-18-2023 10:04:01:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:Close() has not been called on entity stream as expected 05-18-2023 10:04:01:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : readEntityClassTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:01:Got expected ENtiTy 05-18-2023 10:04:01:FINISHED TEST : readEntityClassTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : getMediaTypeTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080'05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - >> application/atom+xml 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:[Request] Adding entity: application/atom+xml 05-18-2023 10:04:01:#getMediaType returned expected MediaType 05-18-2023 10:04:01:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-18-2023 10:04:01:STARTING TEST : getLinkTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-18-2023 10:04:01:###############################05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - >> getLinkTest 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01:[Request] Adding entity: getLinkTest 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << Link: ; rel="getLinkTest" 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:#getLink matches expected Link 05-18-2023 10:04:01:FINISHED TEST : getLinkTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:Null or zero length entity returned when no entity as expected 05-18-2023 10:04:01:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:01:STARTING TEST : readEntityGenericCloseIsCalledTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:01:###############################05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:Close() has been called on an entity stream as expected 05-18-2023 10:04:01:FINISHED TEST : readEntityGenericCloseIsCalledTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:01:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:IllegalStateException has been thrown as expected 05-18-2023 10:04:01:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:getHeaders is mutable 05-18-2023 10:04:01:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684404241213 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 13 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01: TRACE: [WIRE] - << 1684404241213 05-18-2023 10:04:01:STARTING TEST : readEntityClassAnnotationTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684404241213' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:Got expected date Thu May 18 10:04:01 UTC 2023 05-18-2023 10:04:01:FINISHED TEST : readEntityClassAnnotationTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:01:STARTING TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:#hasLink has not found any Link as expected 05-18-2023 10:04:01:FINISHED TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01:STARTING TEST : closeTest() 05-18-2023 10:04:01:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 05-18-2023 10:04:01:FINISHED TEST : closeTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - >> CA 05-18-2023 10:04:01: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:01: TRACE: [WIRE] - << Content-Language: fr-CA 05-18-2023 10:04:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:STARTING TEST : getLanguageTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:[Request] Adding entity: CA 05-18-2023 10:04:01:#getLocale matches the Content-Language HTTP header 05-18-2023 10:04:01:FINISHED TEST : getLanguageTest() 05-18-2023 10:04:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 05-18-2023 10:04:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:01: TRACE: [WIRE] - >> 1684404241000 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << Date: Thu, 18 May 2023 10:04:01 GMT 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:01:STARTING TEST : getDateTest() 05-18-2023 10:04:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 05-18-2023 10:04:01:############################### 05-18-2023 10:04:01:[Request] Adding entity: 1684404241000 05-18-2023 10:04:02:#getDate matches the Date HTTP header 05-18-2023 10:04:02:FINISHED TEST : getDateTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:IllegalStateException has been thrown as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:Null or zero length entity returned when no entity as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:02: TRACE: [WIRE] - >> headerstring 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Cache-Control: no-transform 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Encoding: gzip 05-18-2023 10:04:02: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 05-18-2023 10:04:02: TRACE: [WIRE] - << Expires: Thu, 18 May 2023 10:04:02 GMT 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Language: fr-CA 05-18-2023 10:04:02:STARTING TEST : getHeaderStringTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:[Request] Adding entity: headerstring 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:Found following objects: 05-18-2023 10:04:02:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.4 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Thu, 18 May 2023 10:04:02 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:IllegalStateException has been thrown as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityClassCloseIsCalledTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:Close() has been called on an entity stream as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityClassCloseIsCalledTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:02:ProcessingException has been thrown as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:04:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:02: TRACE: [WIRE] - >> stringheaders 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << s1: s1 05-18-2023 10:04:02: TRACE: [WIRE] - << s2: s2 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:[Request] Adding entity: stringheaders 05-18-2023 10:04:02:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.4],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11)] 05-18-2023 10:04:02:FINISHED TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : getAllowedMethodsTest() 05-18-2023 10:04:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:02: TRACE: [WIRE] - >> POST TRACE 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:[Request] Adding entity: POST TRACE 05-18-2023 10:04:02: TRACE: [WIRE] - << Allow: TRACE,POST 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:#getAllowedMethods returned expected methods TRACE;POST 05-18-2023 10:04:02:FINISHED TEST : getAllowedMethodsTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:Close() has not been called on entity stream as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : getLengthNotPresentTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:#getLength matches expected Content-Length 0 05-18-2023 10:04:02:FINISHED TEST : getLengthNotPresentTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:IllegalStateException has been thrown as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:Null or zero length entity returned when no entity as expected 05-18-2023 10:04:02:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:02:STARTING TEST : bufferEntityBuffersDataTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:02:#bufferEntity did buffer opened stream as expected 05-18-2023 10:04:02:FINISHED TEST : bufferEntityBuffersDataTest() 05-18-2023 10:04:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-18-2023 10:04:02: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:02:STARTING TEST : getCookiesIsImmutableTest() 05-18-2023 10:04:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-18-2023 10:04:02:############################### 05-18-2023 10:04:03:#getCookies is read-only as expected 05-18-2023 10:04:03:FINISHED TEST : getCookiesIsImmutableTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> toString 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << s1: s1 05-18-2023 10:04:03: TRACE: [WIRE] - << s2: s2 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: toString 05-18-2023 10:04:03:toString method is used as expected 05-18-2023 10:04:03:FINISHED TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:ProcessingException has been thrown as expected 05-18-2023 10:04:03:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : statusTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 201 CREATED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 202 ACCEPTED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 302 FOUND 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 303 SEE_OTHER 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 305 USE_PROXY 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 401 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1052 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 402 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1066 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 403 FORBIDDEN 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 403 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1056 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1044 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 405 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1090 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 405 - Method Not Allowed


type Status report

messageMethod Not Allowed

descriptionThe specified HTTP method is not allowed for the requested resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 406 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

descriptionThe resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 407 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1101 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 407 - Proxy Authentication Required


type Status report

messageProxy Authentication Required

descriptionThe client must first authenticate itself with the proxy.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 408 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1106 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 408 - Request Timeout


type Status report

messageRequest Timeout

descriptionThe client did not produce a request within the time that the server was prepared to wait.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 409 CONFLICT 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 409 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1094 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 409 - Conflict


type Status report

messageConflict

descriptionThe request could not be completed due to a conflict with the current state of the resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 410 GONE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 410 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1076 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 410 - Gone


type Status report

messageGone

descriptionThe requested resource is no longer available, and no forwarding address is known.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080' 05-18-2023 10:04:03:###############################05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 411 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1080 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 411 - Length Required


type Status report

messageLength Required

descriptionThis request cannot be handled without a defined content length.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 412 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1077 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 413 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1109 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 413 - Request Entity Too Large


type Status report

messageRequest Entity Too Large

descriptionThe request entity is larger than the server is willing or able to process.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 414 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1095 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 414 - Request-URI Too Long


type Status report

messageRequest-URI Too Long

descriptionThe server refused this request because the request URI was too long.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 415 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1169 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 415 - Unsupported Media Type


type Status report

messageUnsupported Media Type

descriptionThe server refused this request because the request entity is in a format not supported by the requested resource for the requested method.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 416 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1093 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 416 - Requested Range Not Satisfiable


type Status report

messageRequested Range Not Satisfiable

descriptionThe requested byte range cannot be satisfied.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 417 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1098 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 417 - Expectation Failed


type Status report

messageExpectation Failed

descriptionThe expectation given in the "Expect" request header could not be fulfilled.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 428 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1070 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080' 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 429 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1082 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 429 - Too Many Requests


type Status report

messageToo Many Requests

descriptionThe user has sent too many requests in a given amount of time.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 431 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1128 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 431 - Request Header Fields Too Large


type Status report

messageRequest Header Fields Too Large

descriptionThe server refused this request because the request header fields are too large.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 451 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1092 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 451 - Unavailable For Legal Reasons


type Status report

messageUnavailable For Legal Reasons

descriptionCannot find message associated with key http.451


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 500 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1116 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 501 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1093 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 501 - Not Implemented


type Status report

messageNot Implemented

descriptionThe server does not support the functionality needed to fulfill this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 502 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1110 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 502 - Bad Gateway


type Status report

messageBad Gateway

descriptionThis server received an invalid response from a server it consulted when acting as a proxy or gateway.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 503 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1073 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 504 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1105 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 504 - Gateway Timeout


type Status report

messageGateway Timeout

descriptionThe server received a timeout from an upstream server while acting as a gateway or proxy.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 505 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1102 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 505 - HTTP Version Not Supported


type Status report

messageHTTP Version Not Supported

descriptionThe server does not support the requested HTTP protocol version.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:04:03: TRACE: [WIRE] - << TESTHEADER: status code in request = 511 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 1104 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 511 - Network Authentication Required


type Status report

messageNetwork Authentication Required

descriptionThe client needs to authenticate to gain network access.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:03:FINISHED TEST : statusTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:03:#bufferEntity throws IllegalStateException as expected 05-18-2023 10:04:03:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : readEntityClassThrowsProcessingExceptionTest()05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:03:ProcessingException has been thrown as expected 05-18-2023 10:04:03:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : closeThrowsExceptionWhenErrorTest()05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:#close() threw ProcessingException as expected 05-18-2023 10:04:03:FINISHED TEST : closeThrowsExceptionWhenErrorTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:03:STARTING TEST : readEntityGenericTypeTest() 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:Got expected ENtiTy 05-18-2023 10:04:03:FINISHED TEST : readEntityGenericTypeTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : readEntityGenericTypeAnnotationTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684404243682 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 13 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << 1684404243682 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1684404243682' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:Got expected date Thu May 18 10:04:03 UTC 2023 05-18-2023 10:04:03:FINISHED TEST : readEntityGenericTypeAnnotationTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getEntityTagTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> ABCDEF0123456789 05-18-2023 10:04:03: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << ETag: "ABCDEF0123456789" 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: ABCDEF0123456789 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:#getEntityTag is "ABCDEF0123456789" as expected 05-18-2023 10:04:03:FINISHED TEST : getEntityTagTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()05-18-2023 10:04:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:03:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-18-2023 10:04:03:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getHeadersTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> notnull 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Cache-Control: no-transform 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: notnull 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Encoding: gzip 05-18-2023 10:04:03: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 05-18-2023 10:04:03: TRACE: [WIRE] - << Expires: Thu, 18 May 2023 10:04:03 GMT 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Language: fr-CA 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:Found following objects: 05-18-2023 10:04:03:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.4 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Thu, 18 May 2023 10:04:03 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:FINISHED TEST : getHeadersTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getLastModifiedNotPresentTest() 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:response#getLastModified() was null as expected 05-18-2023 10:04:03:FINISHED TEST : getLastModifiedNotPresentTest() 05-18-2023 10:04:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:03:STARTING TEST : getStatusInfoTest()05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> OK 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: OK 05-18-2023 10:04:03: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: CREATED 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> CREATED 05-18-2023 10:04:03: TRACE: [WIRE] - << 201 CREATED 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: ACCEPTED 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> ACCEPTED 05-18-2023 10:04:03: TRACE: [WIRE] - << 202 ACCEPTED 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03:[Request] Adding entity: NO_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - >> NO_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:03:############################### 05-18-2023 10:04:03:[Request] Adding entity: RESET_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:03: TRACE: [WIRE] - >> RESET_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << 205 RESET_CONTENT 05-18-2023 10:04:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: PARTIAL_CONTENT 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PARTIAL_CONTENT 05-18-2023 10:04:34: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: MULTIPLE_CHOICES 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> MULTIPLE_CHOICES 05-18-2023 10:04:34: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: MOVED_PERMANENTLY 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> MOVED_PERMANENTLY 05-18-2023 10:04:34: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: FOUND 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> FOUND 05-18-2023 10:04:34: TRACE: [WIRE] - << 302 FOUND 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> SEE_OTHER 05-18-2023 10:04:34: TRACE: [WIRE] - << 303 SEE_OTHER 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: SEE_OTHER 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:[Request] Adding entity: NOT_MODIFIED 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> NOT_MODIFIED 05-18-2023 10:04:34: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:[Request] Adding entity: USE_PROXY 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> USE_PROXY 05-18-2023 10:04:34: TRACE: [WIRE] - << 305 USE_PROXY 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: TEMPORARY_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> TEMPORARY_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: PERMANENT_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PERMANENT_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:[Request] Adding entity: BAD_REQUEST 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> BAD_REQUEST 05-18-2023 10:04:34: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: UNAUTHORIZED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> UNAUTHORIZED 05-18-2023 10:04:34: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1052 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: PAYMENT_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PAYMENT_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1066 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: FORBIDDEN 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> FORBIDDEN 05-18-2023 10:04:34: TRACE: [WIRE] - << 403 FORBIDDEN 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1056 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: NOT_FOUND05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> NOT_FOUND 05-18-2023 10:04:34: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1044 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: METHOD_NOT_ALLOWED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> METHOD_NOT_ALLOWED 05-18-2023 10:04:34: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1090 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 405 - Method Not Allowed


type Status report

messageMethod Not Allowed

descriptionThe specified HTTP method is not allowed for the requested resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: NOT_ACCEPTABLE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> NOT_ACCEPTABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

descriptionThe resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1101 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 407 - Proxy Authentication Required


type Status report

messageProxy Authentication Required

descriptionThe client must first authenticate itself with the proxy.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: REQUEST_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> REQUEST_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1106 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 408 - Request Timeout


type Status report

messageRequest Timeout

descriptionThe client did not produce a request within the time that the server was prepared to wait.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: CONFLICT 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> CONFLICT 05-18-2023 10:04:34: TRACE: [WIRE] - << 409 CONFLICT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1094 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 409 - Conflict


type Status report

messageConflict

descriptionThe request could not be completed due to a conflict with the current state of the resource.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: GONE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> GONE 05-18-2023 10:04:34: TRACE: [WIRE] - << 410 GONE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1076 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 410 - Gone


type Status report

messageGone

descriptionThe requested resource is no longer available, and no forwarding address is known.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: LENGTH_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> LENGTH_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1080 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 411 - Length Required


type Status report

messageLength Required

descriptionThis request cannot be handled without a defined content length.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PRECONDITION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1077 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: PRECONDITION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1109 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 413 - Request Entity Too Large


type Status report

messageRequest Entity Too Large

descriptionThe request entity is larger than the server is willing or able to process.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: REQUEST_URI_TOO_LONG 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG 05-18-2023 10:04:34: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1095 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 414 - Request-URI Too Long


type Status report

messageRequest-URI Too Long

descriptionThe server refused this request because the request URI was too long.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:04:34: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1169 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 415 - Unsupported Media Type


type Status report

messageUnsupported Media Type

descriptionThe server refused this request because the request entity is in a format not supported by the requested resource for the requested method.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1093 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 416 - Requested Range Not Satisfiable


type Status report

messageRequested Range Not Satisfiable

descriptionThe requested byte range cannot be satisfied.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: EXPECTATION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> EXPECTATION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1098 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 417 - Expectation Failed


type Status report

messageExpectation Failed

descriptionThe expectation given in the "Expect" request header could not be fulfilled.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: PRECONDITION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> PRECONDITION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1070 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: TOO_MANY_REQUESTS 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> TOO_MANY_REQUESTS 05-18-2023 10:04:34: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1082 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 429 - Too Many Requests


type Status report

messageToo Many Requests

descriptionThe user has sent too many requests in a given amount of time.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1128 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 431 - Request Header Fields Too Large


type Status report

messageRequest Header Fields Too Large

descriptionThe server refused this request because the request header fields are too large.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:04:34: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1092 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 451 - Unavailable For Legal Reasons


type Status report

messageUnavailable For Legal Reasons

descriptionCannot find message associated with key http.451


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: INTERNAL_SERVER_ERROR 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR 05-18-2023 10:04:34: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1116 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: NOT_IMPLEMENTED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> NOT_IMPLEMENTED 05-18-2023 10:04:34: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1093 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 501 - Not Implemented


type Status report

messageNot Implemented

descriptionThe server does not support the functionality needed to fulfill this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34:[Request] Adding entity: BAD_GATEWAY 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> BAD_GATEWAY 05-18-2023 10:04:34: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1110 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 502 - Bad Gateway


type Status report

messageBad Gateway

descriptionThis server received an invalid response from a server it consulted when acting as a proxy or gateway.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: SERVICE_UNAVAILABLE 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> SERVICE_UNAVAILABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1073 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: GATEWAY_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> GATEWAY_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1105 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 504 - Gateway Timeout


type Status report

messageGateway Timeout

descriptionThe server received a timeout from an upstream server while acting as a gateway or proxy.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:04:34: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Connection: close 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1102 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 505 - HTTP Version Not Supported


type Status report

messageHTTP Version Not Supported

descriptionThe server does not support the requested HTTP protocol version.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 1104 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 511 - Network Authentication Required


type Status report

messageNetwork Authentication Required

descriptionThe client needs to authenticate to gain network access.


Eclipse GlassFish 7.0.4

05-18-2023 10:04:34:#getStatusInfo returned expected StatusTypes 05-18-2023 10:04:34:FINISHED TEST : getStatusInfoTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : hasEntityWhenEntityTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:34:#hasEntity found the entity as expected 05-18-2023 10:04:34:FINISHED TEST : hasEntityWhenEntityTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getLengthTest() 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: 1234567890 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> 1234567890 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << 1234567890 05-18-2023 10:04:34:#getLength matches expected Content-Length 10 05-18-2023 10:04:34:FINISHED TEST : getLengthTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getHeadersUsingHeaderDelegateTest() 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:34:[Request] Adding entity: notnull 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> notnull 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << s3: s3 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << s1: s1 05-18-2023 10:04:34: TRACE: [WIRE] - << s2: s2 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:Received: 05-18-2023 10:04:34:s3:s3 Server:Eclipse GlassFish 7.0.4 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.4;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:Close() has not been called on entity stream as expected 05-18-2023 10:04:34:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getLastModifiedTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> 1684404274000 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: 1684404274000 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Last-Modified: Thu, 18 May 2023 10:04:34 GMT 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:#getLastModified matches the Last-Modified HTTP header 05-18-2023 10:04:34:FINISHED TEST : getLastModifiedTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : hasLinkWhenLinkTest()05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: path 05-18-2023 10:04:34: TRACE: [WIRE] - >> path 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << Link: ; rel="path" 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:#hasEntity found the Link as expected 05-18-2023 10:04:34:FINISHED TEST : hasLinkWhenLinkTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getLocationTest() 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: path 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> path 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:#getLocation contains expected location 05-18-2023 10:04:34:FINISHED TEST : getLocationTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34: TRACE: [WIRE] - << ENtiTy 05-18-2023 10:04:34:#getLinkBuilder returned null as expected 05-18-2023 10:04:34:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getLinkNotPresentTest()05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:response#getLink() was null as expected 05-18-2023 10:04:34:FINISHED TEST : getLinkNotPresentTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : getCookiesTest()05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:#getCookies returned expected cookies 05-18-2023 10:04:34:FINISHED TEST : getCookiesTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:#hasEntity has not found any entity as expected 05-18-2023 10:04:34:FINISHED TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()05-18-2023 10:04:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-18-2023 10:04:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:Null or zero length entity returned when no entity as expected 05-18-2023 10:04:34:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.348 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT 05-18-2023 10:04:34:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:34:STARTING TEST : entityObjectTest() 05-18-2023 10:04:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 05-18-2023 10:04:34: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:34: TRACE: [WIRE] - >> 1684404274962 05-18-2023 10:04:34: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Length: 123 05-18-2023 10:04:34: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:04:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:04:34:############################### 05-18-2023 10:04:34:[Request] Adding entity: 1684404274962 05-18-2023 10:04:34: TRACE: [WIRE] - << 1684404274962 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 05-18-2023 10:04:34:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 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 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : noAuthorizationTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : noAuthorizationTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : basicAuthorizationIncorrectUserTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : basicAuthorizationIncorrectUserTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : basicAuthorizationAdminTest()May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : basicAuthorizationAdminTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : basicAuthorizationStandardUserTest() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 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 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : getMatchedURIsTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : getMatchedURIsTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : queryTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : queryTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : pathParamTest1() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathParamTest1() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : pathParamTest2() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathParamTest2() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : pathParamTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathParamTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : pathTest1() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathTest1() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : pathTest2() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:FINISHED TEST : pathTest2() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : pathSegTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathSegTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : queryTest1() 05-18-2023 10:04:36:[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' 05-18-2023 10:04:36:FINISHED TEST : queryTest1() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : queryTest2() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[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' 05-18-2023 10:04:36:FINISHED TEST : queryTest2() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : pathSegTest1()May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathSegTest1() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : pathSegTest2() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : pathSegTest2() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : getMatchedURIsTest1()May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : getMatchedURIsTest1() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : getMatchedURIsTest2() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : getMatchedURIsTest2() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:STARTING TEST : getMatchedResourcesTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : getMatchedResourcesTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : pathTest() 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:FINISHED TEST : pathTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : requestURITest() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : requestURITest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : aPathTest() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : aPathTest() 05-18-2023 10:04:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:36:STARTING TEST : baseUriTest() May 18, 2023 10:04:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:36:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:36:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.468 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : deleteSubTest()May 18, 2023 10:04:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:37:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:37:FINISHED TEST : deleteSubTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : deleteTest1() May 18, 2023 10:04:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:37:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:37:FINISHED TEST : deleteTest1() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : deleteTest2()May 18, 2023 10:04:37 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:37:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:37:FINISHED TEST : deleteTest2() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : deleteSubTest1() 05-18-2023 10:04:37:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:37:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 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 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 48 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-18-2023 10:04:37:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setAnnotationsTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 69 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-18-2023 10:04:37:FINISHED TEST : setAnnotationsTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setGenericTypeTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << [B 05-18-2023 10:04:37:FINISHED TEST : setGenericTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getMediaTypeTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << application/json 05-18-2023 10:04:37:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setPropertyNullTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << None 05-18-2023 10:04:37:FINISHED TEST : setPropertyNullTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << None 05-18-2023 10:04:37:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getPropertyNamesTest() 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 49 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 05-18-2023 10:04:37:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:37:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << None 05-18-2023 10:04:37:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setMediaTypeTest()05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-18-2023 10:04:37:FINISHED TEST : setMediaTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setTypeTest()05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> java.io.InputStreamReader@303d1792 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: java.io.InputStreamReader@303d1792 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 25 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << java.io.InputStreamReader 05-18-2023 10:04:37:#setType set correct type java.io.InputStreamReader 05-18-2023 10:04:37:FINISHED TEST : setTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getTypeTest() 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:37:FINISHED TEST : getTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getAnnotationsTest() 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]} 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 69 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-18-2023 10:04:37:FINISHED TEST : getAnnotationsTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : getGenericTypeTest() 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:37:FINISHED TEST : getGenericTypeTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : setPropertyTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << Other Entity 05-18-2023 10:04:37:FINISHED TEST : setPropertyTest() 05-18-2023 10:04:37:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:37:STARTING TEST : removePropertyTest() 05-18-2023 10:04:37: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-18-2023 10:04:37: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-18-2023 10:04:37: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:37:############################### 05-18-2023 10:04:37:[Request] Adding entity: Entity 05-18-2023 10:04:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:37: TRACE: [WIRE] - << None 05-18-2023 10:04:37:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 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 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getEntityTest() 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Entity 05-18-2023 10:04:38:FINISHED TEST : getEntityTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getHeadersOperationOnlyTest()05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 05-18-2023 10:04:38:FINISHED TEST : getHeadersOperationOnlyTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setEntityTest() 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << OPERATION 05-18-2023 10:04:38:FINISHED TEST : setEntityTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Property 05-18-2023 10:04:38:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setOutputStreamTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 8192 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Enxixy 05-18-2023 10:04:38:FINISHED TEST : setOutputStreamTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-18-2023 10:04:38: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:400) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:273) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at 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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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 05-18-2023 10:04:38:[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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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:400) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:273) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) at 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.(JAXRSCommonClient.java:1136) at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:219) ... 117 more 05-18-2023 10:04:38:WebApplicationException has been thrown as expected 05-18-2023 10:04:38:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getHeadersTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 90 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 05-18-2023 10:04:38:FINISHED TEST : getHeadersTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getOutputStreamTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << NoneEntity 05-18-2023 10:04:38:FINISHED TEST : getOutputStreamTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : proceedThrowsIOExceptionTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 39 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << IOException has been thrown as expected 05-18-2023 10:04:38:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 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 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 48 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-18-2023 10:04:38:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setAnnotationsTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 69 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-18-2023 10:04:38:FINISHED TEST : setAnnotationsTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setGenericTypeTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << [B 05-18-2023 10:04:38:FINISHED TEST : setGenericTypeTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getMediaTypeTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << application/json 05-18-2023 10:04:38:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setPropertyNullTest() 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << None 05-18-2023 10:04:38:FINISHED TEST : setPropertyNullTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << None 05-18-2023 10:04:38:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getPropertyNamesTest()05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 139 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-18-2023 10:04:38:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:38: TRACE: [WIRE] - << None 05-18-2023 10:04:38:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:04:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:38:STARTING TEST : setMediaTypeTest() 05-18-2023 10:04:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:38:############################### 05-18-2023 10:04:38:[Request] Adding entity: Entity 05-18-2023 10:04:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:38: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-18-2023 10:04:38: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-18-2023 10:04:39:FINISHED TEST : setMediaTypeTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setTypeTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> java.io.InputStreamReader@5c0d117d 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: java.io.InputStreamReader@5c0d117d 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 25 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << java.io.InputStreamReader 05-18-2023 10:04:39:#setType set correct type java.io.InputStreamReader 05-18-2023 10:04:39:FINISHED TEST : setTypeTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getTypeTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:39:FINISHED TEST : getTypeTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getAnnotationsTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39:FINISHED TEST : getAnnotationsTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getGenericTypeTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:39:FINISHED TEST : getGenericTypeTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setPropertyTest() 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << Other Entity 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39:FINISHED TEST : setPropertyTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : removePropertyTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << None 05-18-2023 10:04:39:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 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 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getHeadersHeadersSetTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 121 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 05-18-2023 10:04:39:FINISHED TEST : getHeadersHeadersSetTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setInputStreamTest() 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << Other Entity 05-18-2023 10:04:39:FINISHED TEST : setInputStreamTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getHeadersOperationOnlyTest() 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 71 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 05-18-2023 10:04:39:FINISHED TEST : getHeadersOperationOnlyTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << Property 05-18-2023 10:04:39:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 51 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-18-2023 10:04:39:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : getInputStreamTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> getInputStreamEntity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 20 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: getInputStreamEntity 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << getInputStreamEntity 05-18-2023 10:04:39:FINISHED TEST : getInputStreamTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : proceedThrowsIOExceptionTest()05-18-2023 10:04:39: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-18-2023 10:04:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39:[Request] Adding entity: Entity 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - >> Entity 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 39 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << IOException has been thrown as expected 05-18-2023 10:04:39:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 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 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 48 05-18-2023 10:04:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-18-2023 10:04:39:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setAnnotationsTest() 05-18-2023 10:04:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 69 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-18-2023 10:04:39:FINISHED TEST : setAnnotationsTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:39:STARTING TEST : setGenericTypeTest()05-18-2023 10:04:39: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 05-18-2023 10:04:39: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:39: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:39:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 05-18-2023 10:04:39:############################### 05-18-2023 10:04:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:39: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:04:39: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:39: TRACE: [WIRE] - << [B 05-18-2023 10:04:39:FINISHED TEST : setGenericTypeTest() 05-18-2023 10:04:39:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getMediaTypeTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << application/json 05-18-2023 10:04:40:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setPropertyNullTest() 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << None 05-18-2023 10:04:40:FINISHED TEST : setPropertyNullTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << None 05-18-2023 10:04:40:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getPropertyNamesTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 139 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-18-2023 10:04:40:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << None 05-18-2023 10:04:40:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setMediaTypeTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-18-2023 10:04:40:FINISHED TEST : setMediaTypeTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setTypeTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETTYPE 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 25 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << java.io.InputStreamReader 05-18-2023 10:04:40:#setType set correct type java.io.InputStreamReader 05-18-2023 10:04:40:FINISHED TEST : setTypeTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getTypeTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETTYPE 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:40:FINISHED TEST : getTypeTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getAnnotationsTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 124 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-18-2023 10:04:40:FINISHED TEST : getAnnotationsTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getGenericTypeTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << java.lang.String 05-18-2023 10:04:40:FINISHED TEST : getGenericTypeTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setPropertyTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 12 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << Other Entity 05-18-2023 10:04:40:FINISHED TEST : setPropertyTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : removePropertyTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << None 05-18-2023 10:04:40:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 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 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 05-18-2023 10:04:40:STARTING TEST : getEntityTest() 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETENTITY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << Entity 05-18-2023 10:04:40:FINISHED TEST : getEntityTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getHeadersOperationOnlyTest() 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Property4: any 05-18-2023 10:04:40: TRACE: [WIRE] - << Property3: any 05-18-2023 10:04:40: TRACE: [WIRE] - << Property2: any 05-18-2023 10:04:40: TRACE: [WIRE] - << Property1: any 05-18-2023 10:04:40: TRACE: [WIRE] - << Property0: any 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-18-2023 10:04:40:FINISHED TEST : getHeadersOperationOnlyTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setEntityTest()05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETENTITY 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION 05-18-2023 10:04:40:FINISHED TEST : setEntityTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getHeadersIsMutableTest()05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:40: TRACE: [WIRE] - << Property: Property 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << Property 05-18-2023 10:04:40:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : setOutputStreamTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 8192 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << Enxixy 05-18-2023 10:04:40:FINISHED TEST : setOutputStreamTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:40: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Length: 51 05-18-2023 10:04:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:40: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-18-2023 10:04:40:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:04:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:40:STARTING TEST : getHeadersTest() 05-18-2023 10:04:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-18-2023 10:04:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-18-2023 10:04:40:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Property4: any 05-18-2023 10:04:41: TRACE: [WIRE] - << Property3: any 05-18-2023 10:04:41: TRACE: [WIRE] - << Property2: any 05-18-2023 10:04:41: TRACE: [WIRE] - << Property1: any 05-18-2023 10:04:41: TRACE: [WIRE] - << Property0: any 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-18-2023 10:04:41:FINISHED TEST : getHeadersTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : getOutputStreamTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << NoneEntity 05-18-2023 10:04:41:FINISHED TEST : getOutputStreamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : proceedThrowsIOExceptionTest()05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 39 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << IOException has been thrown as expected 05-18-2023 10:04:41:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 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 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValuePathParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValuePathParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInFormParamTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:04:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInFormParamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInCookieParamTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInCookieParamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueQueryParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueQueryParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : pathParamInLocatorTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : pathParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : formParamUsesParamConvertorTest()05-18-2023 10:04:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-18-2023 10:04:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41:[Request] Adding entity: param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:04:41: TRACE: [WIRE] - >> param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : formParamUsesParamConvertorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : headerParamUsesParamConvertorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : headerParamUsesParamConvertorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInMatrixParamTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInMatrixParamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : cookieParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : cookieParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : matrixParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : matrixParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : matrixParamUsesParamConvertorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : matrixParamUsesParamConvertorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInPathParamTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInPathParamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : headerParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : headerParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : queryParamInLocatorTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : queryParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueCookieParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueCookieParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : pathParamUsesParamConvertorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : pathParamUsesParamConvertorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueMatrixParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : cookieParamUsesParamConvertorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : cookieParamUsesParamConvertorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : atomicIntegerPassesTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << 10 05-18-2023 10:04:41:FINISHED TEST : atomicIntegerPassesTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueFormParamInLocatorTest() 05-18-2023 10:04:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:04:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueFormParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueHeaderParamInLocatorTest()05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:04:41: TRACE: [WIRE] - >> param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:04:41:STARTING TEST : formParamInLocatorTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41:[Request] Adding entity: param=ABCDEFGH 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:04:41:FINISHED TEST : formParamInLocatorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 5986 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 05-18-2023 10:04:41: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 05-18-2023 10:04:41: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 05-18-2023 10:04:41: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 05-18-2023 10:04:41: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 05-18-2023 10:04:41: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.access$000(AbstractParamValueExtractor.java:33) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:402) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:240) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:357) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:611) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:550) 05-18-2023 10:04:41: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:75) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188) 05-18-2023 10:04:41: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:453) 05-18-2023 10:04:41: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:145) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 05-18-2023 10:04:41: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 05-18-2023 10:04:41: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 05-18-2023 10:04:41:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInHeaderParamTest()05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInHeaderParamTest() 05-18-2023 10:04:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:41:STARTING TEST : defaultValueInQueryParamTest() 05-18-2023 10:04:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 05-18-2023 10:04:41:############################### 05-18-2023 10:04:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 05-18-2023 10:04:41: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:41: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:41: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:41: TRACE: [WIRE] - << DEFAULT 05-18-2023 10:04:41:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : readEntityFromBodyTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : readEntityFromBodyTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : readEntityFromHeaderTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : readEntityFromHeaderTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : writeBodyEntityUsingWriterTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:FINISHED TEST : writeBodyEntityUsingWriterTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : writeHeaderEntityUsingWriterTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : writeHeaderEntityUsingWriterTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : getSingletonsTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : getSingletonsTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : getClassesTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : getClassesTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : writeIOExceptionWithoutWriterTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : writeIOExceptionWithoutWriterTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredAppJsonContextResolverTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredTextPlainContextResolverTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : writeIOExceptionUsingWriterTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : writeIOExceptionUsingWriterTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : readEntityIOExceptionTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : readEntityIOExceptionTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : readEntityWebException400Test() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : readEntityWebException400Test() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : readEntityWebException410Test() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromConstructorTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromStringTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromListConstructorTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:42:STARTING TEST : nonDefaultFormParamFromListFromStringTest()May 18, 2023 10:04:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:42:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:42:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromConstructorTest()May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromListConstructorTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamPutNoArgSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamValueOfTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamValueOfTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamPutArgSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamPutArgSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromListFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : formParamThrowingWebApplicationExceptionTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamNothingSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromStringTest()May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromListConstructorTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamNoArgSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamNoArgSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromListFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamSentTest()May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromConstructorTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromListConstructorTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamPutNoArgSentTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamValueOfTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamValueOfTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamPutArgSentTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamPutArgSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromListFromStringTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : formParamThrowingWebApplicationExceptionTest()May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : defaultFormParamFromStringTest() 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:FINISHED TEST : defaultFormParamFromStringTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:43 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:43:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:43:STARTING TEST : nonDefaultFormParamFromConstructorTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : nonDefaultFormParamFromStringTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : nonDefaultFormParamFromListConstructorTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : defaultFormParamNoArgSentTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : defaultFormParamNoArgSentTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : formParamEntityWithEncodedTest()May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : formParamEntityWithEncodedTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : defaultFormParamFromSetFromStringTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : nonDefaultFormParamFromListFromStringTest() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : headSubTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : headSubTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : getSubTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : getSubTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : recursiveResourceLocatorTest() 05-18-2023 10:04:44:[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' 05-18-2023 10:04:44:FINISHED TEST : recursiveResourceLocatorTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : headTest1() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : headTest1() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : headTest2() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : headTest2() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : dynamicGetTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : dynamicGetTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : optionSubTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : optionSubTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:STARTING TEST : getTest1() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : getTest1() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : getTest2() May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:44:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : headSubTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : headSubTest() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : headTest1() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : headTest1() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : headTest2() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : headTest2() 05-18-2023 10:04:44:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:44:STARTING TEST : headGetTest() 05-18-2023 10:04:44:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:44 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:44:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamEntityWithConstructorTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamEntityWithConstructorTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamStringTest() May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamStringTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamLongTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamLongTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamByteTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamByteTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamBooleanTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamBooleanTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:STARTING TEST : headerParamListEntityWithFromStringTest() 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamFloatTest() May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamFloatTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamShortTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamShortTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamEntityWithValueOfTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamEntityWithValueOfTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamNoQueryTest() 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamNoQueryTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamDoubleTest() May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamDoubleTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamIntTest() May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:FINISHED TEST : headerParamIntTest() 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:45:STARTING TEST : headerParamEntityWithFromStringTest() 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:45 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:45:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithConstructorTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithConstructorTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:STARTING TEST : headerParamStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamLongTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamLongTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamByteTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamByteTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithValueOfTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamBooleanTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamBooleanTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamListEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:STARTING TEST : headerParamFloatTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamFloatTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamShortTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamShortTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithValueOfTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithValueOfTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithConstructorTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamNoQueryTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamNoQueryTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamDoubleTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamDoubleTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamSetEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamListEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamIntTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamIntTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithFromStringTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithConstructorTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithConstructorTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamLongTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamLongTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamByteTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamByteTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithValueOfTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamBooleanTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamBooleanTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamListEntityWithFromStringTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamFloatTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamFloatTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamShortTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamShortTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithValueOfTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithValueOfTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithConstructorTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamNoQueryTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamNoQueryTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamDoubleTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamDoubleTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamSetEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerFieldParamListEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamIntTest() May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:FINISHED TEST : headerParamIntTest() 05-18-2023 10:04:46:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:46:STARTING TEST : headerParamEntityWithFromStringTest()May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:46:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:46 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:46:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamDoubleTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamDoubleTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithEncodedTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithFromStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamLongTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamLongTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamBooleanTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamBooleanTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamIntTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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'May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamIntTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamByteTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamByteTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithValueOfTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamFloatTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamFloatTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamShortTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamShortTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamSetEntityWithFromStringTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithConstructorTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamDoubleTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamDoubleTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamEntityWithValueOfTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithEncodedTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithFromStringTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamLongTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamLongTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamBooleanTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamBooleanTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamIntTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamIntTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamByteTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamByteTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamEntityWithValueOfTest()May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamEntityWithConstructorTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamFloatTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamFloatTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamShortTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamShortTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamSetEntityWithFromStringTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' 05-18-2023 10:04:47:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[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' May 18, 2023 10:04:47 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:47:STARTING TEST : matrixFieldParamEntityWithFromStringTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:47:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[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' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamEntityWithConstructorTest()May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[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' 05-18-2023 10:04:48:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:48:[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' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamDoubleTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[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' 05-18-2023 10:04:48:FINISHED TEST : matrixParamDoubleTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamEntityWithValueOfTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamEntityWithEncodedTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamEntityWithFromStringTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamLongTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamLongTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamBooleanTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamBooleanTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamIntTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamIntTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixParamByteTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamByteTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamEntityWithValueOfTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamStringTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixParamFloatTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[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' 05-18-2023 10:04:48:FINISHED TEST : matrixParamFloatTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamShortTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamShortTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamListEntityWithFromStringTest() May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamEntityWithConstructorTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:48 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:48:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : autoResponseTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : autoResponseTest() 05-18-2023 10:04:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:48:STARTING TEST : optionsTest() 05-18-2023 10:04:48:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:48:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test1() 05-18-2023 10:04:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test1() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : test2() 05-18-2023 10:04:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:49:FINISHED TEST : test2() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test3() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test3() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test4()May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test4() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test5() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : test5() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test6() 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test6() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithConstructorTest() 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithConstructorTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:49:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamListEntityWithFromStringTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithEncodedTest() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithEncodedTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test1() 05-18-2023 10:04:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test1() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test2() 05-18-2023 10:04:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test2() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test3()May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : test3() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test4() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : test4() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test5()May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : test5() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test6() 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 05-18-2023 10:04:49:[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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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) May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : test6() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : test7() May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:[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 ------------------------------------------- 05-18-2023 10:04:49:[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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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) May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : test7() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:49:[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' May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:49 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamEntityWithConstructorTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:49:FINISHED TEST : pathParamEntityWithConstructorTest() 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:49:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:49:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 10:04:49:[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' 05-18-2023 10:04:50:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamListEntityWithFromStringTest() 05-18-2023 10:04:50:[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' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:50:[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' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : pathParamEntityWithFromStringTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : pathParamEntityWithEncodedTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : pathParamEntityWithEncodedTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:50:[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' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:50:[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'May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : pathParamEntityWithValueOfTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : test1() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : test1() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test2() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : test2() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test3() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : test3() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test4() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : test4() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test5() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : test5() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test6() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0 [WebValidatorBase] Server's response: ------------------------------------------- list=fedcba ------------------------------------------- 05-18-2023 10:04:50:[JAXRSCommonClient] null failed! Check output for cause of failure. 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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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) May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:FINISHED TEST : test6() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : test7() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED! at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178) 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:[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 ------------------------------------------- 05-18-2023 10:04:50:[JAXRSCommonClient] null failed! Check output for cause of failure. 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.GeneratedMethodAccessor13.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.GeneratedMethodAccessor12.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.GeneratedMethodAccessor11.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.GeneratedMethodAccessor6.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.GeneratedMethodAccessor5.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.GeneratedMethodAccessor4.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) May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:FINISHED TEST : test7() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamEntityWithConstructorTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:FINISHED TEST : pathParamEntityWithConstructorTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamSetEntityWithFromStringTest()May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : pathParamListEntityWithFromStringTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[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' 05-18-2023 10:04:50:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : anyUnknownConsumesTest()May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : anyUnknownConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : unknownAnyTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : unknownAnyTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : widgetsXmlAnyTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : widgetsXmlAnyTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : plainPlusConsumeXmlTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : plainPlusConsumeXmlTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : anyWidgetsxmlConsumesTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : anyWidgetsxmlConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : widgetsXmlAnyConsumesTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : widgetsXmlAnyConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : htmlPlainTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : htmlPlainTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : htmlUnknownConsumesTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : htmlUnknownConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : htmlPlainConsumesTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : htmlPlainConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : plainAnyConsumesTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : plainAnyConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : plainPlusProducePlainTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : plainPlusProducePlainTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : unknownAnyConsumesTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : unknownAnyConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : anyWidgetsxmlTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : anyWidgetsxmlTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : anyPlainTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:FINISHED TEST : anyPlainTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : plainAnyTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : plainAnyTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : htmlUnknownTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : htmlUnknownTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : anyPlainConsumesTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : anyPlainConsumesTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : anyUnknownTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : anyUnknownTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:STARTING TEST : plainPlusProduceXmlTest() 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : plainPlusProduceXmlTest() 05-18-2023 10:04:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:50:STARTING TEST : plainPlusConsumePlainTest() May 18, 2023 10:04:50 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:50:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:50:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : putSubTest() 05-18-2023 10:04:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 05-18-2023 10:04:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:51: TRACE: [WIRE] - >> dummy 05-18-2023 10:04:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:51:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 05-18-2023 10:04:51:############################### 05-18-2023 10:04:51:[Request] Adding entity: dummy 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Length: 88 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:51: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-18-2023 10:04:51:FINISHED TEST : putSubTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-18-2023 10:04:51:STARTING TEST : putTest1() 05-18-2023 10:04:51:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-18-2023 10:04:51:############################### 05-18-2023 10:04:51: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 05-18-2023 10:04:51: TRACE: [WIRE] - >> dummy 05-18-2023 10:04:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:51:[Request] Adding entity: dummy 05-18-2023 10:04:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Length: 18 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:51: TRACE: [WIRE] - << CTS-put text/plain 05-18-2023 10:04:51:FINISHED TEST : putTest1() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-18-2023 10:04:51:STARTING TEST : putTest2() 05-18-2023 10:04:51:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-18-2023 10:04:51: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 05-18-2023 10:04:51: TRACE: [WIRE] - >> dummy 05-18-2023 10:04:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Length: 88 05-18-2023 10:04:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:51: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-18-2023 10:04:51:############################### 05-18-2023 10:04:51:[Request] Adding entity: dummy 05-18-2023 10:04:51:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamEntityWithEncodedTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:FINISHED TEST : queryParamEntityWithEncodedTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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'May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldParamEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:STARTING TEST : queryFieldParamEntityWithValueOfTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:STARTING TEST : queryParamEntityWithValueOfTest() 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamEntityWithValueOfTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:STARTING TEST : queryParamSetEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamListEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamBooleanTest()May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamBooleanTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldParamListEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamEntityWithConstructorTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamEntityWithConstructorTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamFloatTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamFloatTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamDoubleTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamDoubleTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamShortTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamShortTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamIntTest()May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:FINISHED TEST : queryParamIntTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamNoQueryTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:FINISHED TEST : queryParamNoQueryTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamLongTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamLongTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryFieldParamEntityWithConstructorTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:51:STARTING TEST : queryParamByteTest() May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:[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' May 18, 2023 10:04:51 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:51:[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' 05-18-2023 10:04:51:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamEntityWithEncodedTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamEntityWithEncodedTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamEntityWithEncodedTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' 05-18-2023 10:04:52:FINISHED TEST : queryParamStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamEntityWithValueOfTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamEntityWithValueOfTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamEntityWithValueOfTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamSetEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamListEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamBooleanTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[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' 05-18-2023 10:04:52:FINISHED TEST : queryParamBooleanTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamListEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamEntityWithConstructorTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamEntityWithConstructorTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamFloatTest()May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' 05-18-2023 10:04:52:[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' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamFloatTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamDoubleTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' 05-18-2023 10:04:52:[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' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamDoubleTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamShortTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamShortTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:STARTING TEST : queryParamIntTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' 05-18-2023 10:04:52:FINISHED TEST : queryParamIntTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamNoQueryTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamNoQueryTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamLongTest()May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[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' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamLongTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : queryParamByteTest() May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:04:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:[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' May 18, 2023 10:04:52 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:04:52:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-18-2023 10:04:52:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:52:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:52:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-18-2023 10:04:52:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:52:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:52:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:52:STARTING TEST : getThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : getThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:52:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:52:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:52:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:52:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:52:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : putThrowsProcessingExceptionTest()05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : putThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:04:52: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:52:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : optionsTest()05-18-2023 10:04:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 200 (OK) 05-18-2023 10:04:52:FINISHED TEST : optionsTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()05-18-2023 10:04:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:52:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:52:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:52:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:52: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:52: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:52:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:52:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:52: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:52:STARTING TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:04:52: TRACE: [WIRE] - >> 05-18-2023 10:04:52:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:52:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:53:STARTING TEST : deleteThrowsExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : deleteThrowsExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-18-2023 10:04:53:STARTING TEST : traceThrowsProcessingExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:STARTING TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : postThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:53:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:53:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:53:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:53:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-18-2023 10:04:53:STARTING TEST : deleteTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 200 (OK) 05-18-2023 10:04:53:FINISHED TEST : deleteTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:04:53:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:04:53:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-18-2023 10:04:53:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-18-2023 10:04:53:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:04:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:04:53: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:53:Returned status 406 (NOT_ACCEPTABLE) 05-18-2023 10:04:53:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 05-18-2023 10:04:53:STARTING TEST : headThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : headThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:53:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-18-2023 10:04:53: TRACE: [WIRE] - >> 05-18-2023 10:04:53:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:04:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:53:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()05-18-2023 10:04:53: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-18-2023 10:04:53: TRACE: [WIRE] - >> Content-Type:*/* 05-18-2023 10:04:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-18-2023 10:04:53:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:04:53:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.301 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.437 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:STARTING TEST : optionsTest() 05-18-2023 10:04:54: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 05-18-2023 10:04:54: TRACE: [WIRE] - >> 05-18-2023 10:04:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:54:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 05-18-2023 10:04:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:54:Returned status 200 (OK) 05-18-2023 10:04:54:FINISHED TEST : optionsTest() 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:STARTING TEST : deleteTest() 05-18-2023 10:04:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 05-18-2023 10:04:54: TRACE: [WIRE] - >> 05-18-2023 10:04:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:04:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:54:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 05-18-2023 10:04:54:Returned status 200 (OK) 05-18-2023 10:04:54:FINISHED TEST : deleteTest() 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.439 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 05-18-2023 10:04:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:54:STARTING TEST : sseBroadcastTest() 05-18-2023 10:04:54: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear 05-18-2023 10:04:54: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:54: TRACE: [WIRE] - << CLEAR 05-18-2023 10:04:54:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/clear' to target server at 'localhost:8080' 05-18-2023 10:04:54:############################### ReceivedWELCOME4 ReceivedWELCOME0 ReceivedWELCOME3 ReceivedWELCOME2 ReceivedWELCOME1 05-18-2023 10:04:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:54:############################### 05-18-2023 10:04:54:[Request] Adding entity: some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:54: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 Receivedsome_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 Receivedsome_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:54: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:54:############################### 05-18-2023 10:04:54:[Request] Adding entity: some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:54: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:54: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:54: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:54: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 Receivedsome_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:54:############################### 05-18-2023 10:04:55:[Request] Adding entity: some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 Receivedsome_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:[Request] Adding entity: some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 Receivedsome_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### 05-18-2023 10:04:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:55:[Request] Adding entity: some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 Receivedsome_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### 05-18-2023 10:04:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:55:[Request] Adding entity: some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 Receivedsome_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:[Request] Adding entity: some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/broadcast 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - >> some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << some_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 Receivedsome_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### 05-18-2023 10:04:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/close 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: TRACE: [WIRE] - << CLOSE 05-18-2023 10:04:55:Client 0 Received message WELCOME2 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:Client 0 Received message some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:Client 1 Received message WELCOME4 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:Client 1 Received message some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:Client 2 Received message WELCOME3 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:Client 2 Received message some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:Client 3 Received message WELCOME0 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:Client 3 Received message some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:Client 4 Received message WELCOME1 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message0 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message1 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message2 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message3 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message4 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message5 05-18-2023 10:04:55:Client 4 Received message some_ServiceUnavailableEndpoint_message6 05-18-2023 10:04:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check' to target server at 'localhost:8080' 05-18-2023 10:04:55:############################### 05-18-2023 10:04:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web/broadcast/check 05-18-2023 10:04:55: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:04:55: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Length: 212 05-18-2023 10:04:55: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:55: 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 05-18-2023 10:04:55:FINISHED TEST : sseBroadcastTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 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@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:04:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:55:STARTING TEST : stringTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:04:56:FINISHED TEST : stringTest() 05-18-2023 10:04:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:56:STARTING TEST : streamingOutputTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:04:56:FINISHED TEST : streamingOutputTest() 05-18-2023 10:04:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:56:STARTING TEST : fileTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:04:57:FINISHED TEST : fileTest() 05-18-2023 10:04:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:57:STARTING TEST : closeTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:04:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 05-18-2023 10:04:58:############################### 05-18-2023 10:04:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 05-18-2023 10:04:58: TRACE: [WIRE] - >> Accept:text/plain 05-18-2023 10:04:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:04:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:04:58: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:04:58: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:04:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:04:58: TRACE: [WIRE] - << true WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:04:59:FINISHED TEST : closeTest() 05-18-2023 10:04:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:59:STARTING TEST : inputstreamTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:04:59:FINISHED TEST : inputstreamTest() 05-18-2023 10:04:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:04:59:STARTING TEST : readerTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:00:FINISHED TEST : readerTest() 05-18-2023 10:05:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:00:STARTING TEST : transformSourceTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:00:FINISHED TEST : transformSourceTest() 05-18-2023 10:05:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:00:STARTING TEST : multivaluedMapTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:01:FINISHED TEST : multivaluedMapTest() 05-18-2023 10:05:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:01:STARTING TEST : jaxbElementTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:01:FINISHED TEST : jaxbElementTest() 05-18-2023 10:05:01:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:01:STARTING TEST : sseStageCheckTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:02:FINISHED TEST : sseStageCheckTest() 05-18-2023 10:05:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:02:STARTING TEST : doubleTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:03:FINISHED TEST : doubleTest() 05-18-2023 10:05:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:03:STARTING TEST : datasourceTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:03:FINISHED TEST : datasourceTest() 05-18-2023 10:05:03:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:03:STARTING TEST : charTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:04:FINISHED TEST : charTest() 05-18-2023 10:05:04:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:04:STARTING TEST : intTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:04:FINISHED TEST : intTest() 05-18-2023 10:05:04:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:04:STARTING TEST : bytearrayTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:05:FINISHED TEST : bytearrayTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.101 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT 05-18-2023 10:05:05:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:05:STARTING TEST : wait2Seconds() 05-18-2023 10:05:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-18-2023 10:05:05:############################### 05-18-2023 10:05:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-18-2023 10:05:05: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:05: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:05: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:05: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:05: TRACE: [WIRE] - << OK 05-18-2023 10:05:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 05-18-2023 10:05:05:############################### 05-18-2023 10:05:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 05-18-2023 10:05:05:[Request] Adding entity: 2 05-18-2023 10:05:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:05: TRACE: [WIRE] - >> 2 05-18-2023 10:05:05: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:05: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:05: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:05: TRACE: [WIRE] - << 2 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:08:FINISHED TEST : wait2Seconds() 05-18-2023 10:05:08:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:08:STARTING TEST : xmlTest() 05-18-2023 10:05:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:08: TRACE: [WIRE] - >> text/xml 05-18-2023 10:05:08: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:08: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:08: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:08:############################### 05-18-2023 10:05:08:[Request] Adding entity: text/xml 05-18-2023 10:05:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:08: TRACE: [WIRE] - << text/xml WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:09:FINISHED TEST : xmlTest() 05-18-2023 10:05:09:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 05-18-2023 10:05:09: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:09: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:09:STARTING TEST : connectionLostFor1500msTest() 05-18-2023 10:05:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080' 05-18-2023 10:05:09:############################### 05-18-2023 10:05:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:09: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:09: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:09: TRACE: [WIRE] - << RESET 05-18-2023 10:05:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 05-18-2023 10:05:09:############################### 05-18-2023 10:05:09:[Request] Adding entity: 1 05-18-2023 10:05:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 05-18-2023 10:05:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:09: TRACE: [WIRE] - >> 1 05-18-2023 10:05:09: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:09: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:09: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:09: TRACE: [WIRE] - << 1 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 05-18-2023 10:05:12:############################### 05-18-2023 10:05:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 05-18-2023 10:05:12: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:12: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:12: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:12: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:12: TRACE: [WIRE] - << 2 05-18-2023 10:05:12:FINISHED TEST : connectionLostFor1500msTest() 05-18-2023 10:05:12:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:12:STARTING TEST : stringTest() 05-18-2023 10:05:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:12: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:12: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:12: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:12:############################### 05-18-2023 10:05:12:[Request] Adding entity: text/plain 05-18-2023 10:05:12: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:12: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:13:FINISHED TEST : stringTest() 05-18-2023 10:05:13:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:13:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:13:STARTING TEST : dataSourceTest() 05-18-2023 10:05:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:13: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:13: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:13: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:13: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:13: TRACE: [WIRE] - << text/plain 05-18-2023 10:05:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:13:############################### 05-18-2023 10:05:13:[Request] Adding entity: text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:15:FINISHED TEST : dataSourceTest() 05-18-2023 10:05:15:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:15:STARTING TEST : reconnectByEventMethodTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:16:FINISHED TEST : reconnectByEventMethodTest() 05-18-2023 10:05:16:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:16:STARTING TEST : fileTest() 05-18-2023 10:05:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:16: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:16: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:16: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:16: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:16: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:16:############################### 05-18-2023 10:05:16:[Request] Adding entity: text/plain 05-18-2023 10:05:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:16: TRACE: [WIRE] - << text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:17:FINISHED TEST : fileTest() 05-18-2023 10:05:17:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:17:STARTING TEST : closeTest() 05-18-2023 10:05:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-18-2023 10:05:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:17: TRACE: [WIRE] - >> true 05-18-2023 10:05:17: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:17: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-18-2023 10:05:17:############################### 05-18-2023 10:05:17:[Request] Adding entity: true 05-18-2023 10:05:17: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:17: TRACE: [WIRE] - << true WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:18:Received message no 0 05-18-2023 10:05:18:Received message no 1 05-18-2023 10:05:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-18-2023 10:05:18:############################### 05-18-2023 10:05:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-18-2023 10:05:18: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:18: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:18: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:18: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:18: TRACE: [WIRE] - << true WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:18:Received message no 2 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:19:Received message no 3 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:19:Received message no 4 05-18-2023 10:05:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-18-2023 10:05:19:############################### 05-18-2023 10:05:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-18-2023 10:05:20: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:20: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:20: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:20: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:20: TRACE: [WIRE] - << true WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-18-2023 10:05:23:############################### 05-18-2023 10:05:23: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-18-2023 10:05:23: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:23: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:23: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:23: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:23: TRACE: [WIRE] - << false WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c Sending false 05-18-2023 10:05:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-18-2023 10:05:27:############################### 05-18-2023 10:05:27:[Request] Adding entity: false 05-18-2023 10:05:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-18-2023 10:05:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:27: TRACE: [WIRE] - >> false 05-18-2023 10:05:27: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:27: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:27: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:27: TRACE: [WIRE] - << false Sent false 05-18-2023 10:05:27:FINISHED TEST : closeTest() 05-18-2023 10:05:27:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:27:STARTING TEST : userReconnectByEventMethodTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:28:FINISHED TEST : userReconnectByEventMethodTest() 05-18-2023 10:05:28:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:28:STARTING TEST : byteArrayTest() 05-18-2023 10:05:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:28: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:28: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:28: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:28: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:28: TRACE: [WIRE] - << text/plain 05-18-2023 10:05:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:28:############################### 05-18-2023 10:05:28:[Request] Adding entity: text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:30:FINISHED TEST : byteArrayTest() 05-18-2023 10:05:30:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:30: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:30: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:30: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:30: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:30: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:30: TRACE: [WIRE] - << text/plain 05-18-2023 10:05:30:STARTING TEST : readerTest() 05-18-2023 10:05:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:30:############################### 05-18-2023 10:05:30:[Request] Adding entity: text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:31:FINISHED TEST : readerTest() 05-18-2023 10:05:31:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:31: TRACE: [WIRE] - >> text/xml 05-18-2023 10:05:31: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:31: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:31: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:31: TRACE: [WIRE] - << text/xml 05-18-2023 10:05:31:STARTING TEST : transformSourceTest() 05-18-2023 10:05:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:31:############################### 05-18-2023 10:05:31:[Request] Adding entity: text/xml WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:33:FINISHED TEST : transformSourceTest() 05-18-2023 10:05:33:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:33:STARTING TEST : multivaluedMapTest() 05-18-2023 10:05:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:33:############################### 05-18-2023 10:05:33:[Request] Adding entity: application/x-www-form-urlencoded 05-18-2023 10:05:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:33: TRACE: [WIRE] - >> application/x-www-form-urlencoded 05-18-2023 10:05:33: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:33: TRACE: [WIRE] - << Content-Length: 33 05-18-2023 10:05:33: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:33: TRACE: [WIRE] - << application/x-www-form-urlencoded WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:35:FINISHED TEST : multivaluedMapTest() 05-18-2023 10:05:35:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:35: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:35: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:35: TRACE: [WIRE] - >> text/xml 05-18-2023 10:05:35: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:35: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:35: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:35: TRACE: [WIRE] - << text/xml 05-18-2023 10:05:35:STARTING TEST : jaxbElementTest() 05-18-2023 10:05:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:35:############################### 05-18-2023 10:05:35:[Request] Adding entity: text/xml WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:36:FINISHED TEST : jaxbElementTest() 05-18-2023 10:05:36:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-18-2023 10:05:37: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:36:STARTING TEST : defaultWaiting1s() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:37: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:37: TRACE: [WIRE] - << OK 05-18-2023 10:05:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-18-2023 10:05:37:############################### 05-18-2023 10:05:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-18-2023 10:05:37:############################### 05-18-2023 10:05:37: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-18-2023 10:05:37: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:37: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:37: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:37: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:37: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:37: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:37: TRACE: [WIRE] - << OK WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:38:FINISHED TEST : defaultWaiting1s() 05-18-2023 10:05:38:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-18-2023 10:05:38: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:38: TRACE: [WIRE] - >> text/plain 05-18-2023 10:05:38: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:38: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:38: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:38: TRACE: [WIRE] - << text/plain 05-18-2023 10:05:38:STARTING TEST : inputStreamTest() 05-18-2023 10:05:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-18-2023 10:05:38:############################### 05-18-2023 10:05:38:[Request] Adding entity: text/plain WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:40:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.795 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 05-18-2023 10:05:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:40:STARTING TEST : exceptionMapperPriorityTest() May 18, 2023 10:05:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:40:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:40:FINISHED TEST : exceptionMapperPriorityTest() 05-18-2023 10:05:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:40:STARTING TEST : paramConverterPriorityTest() May 18, 2023 10:05:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:40:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:40:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.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@29f40374 05-18-2023 10:05:40:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:40 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:40:STARTING TEST : patchTest() 05-18-2023 10:05:40:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:40:FINISHED TEST : patchTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 05-18-2023 10:05:40:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:40:STARTING TEST : subResourceLocatorAsClassTest()05-18-2023 10:05:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 05-18-2023 10:05:40: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:40: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:40: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:40: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 05-18-2023 10:05:40:############################### 05-18-2023 10:05:40: TRACE: [WIRE] - << OK 05-18-2023 10:05:40:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT 05-18-2023 10:05:41:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:41:STARTING TEST : completionStageReturnedTest()05-18-2023 10:05:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 05-18-2023 10:05:41: TRACE: [WIRE] - >> WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:05-18-2023 10:05:42: TRACE: [WIRE] - << 200 OK ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:42: TRACE: [WIRE] - << Content-Length: 73 05-18-2023 10:05:42: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:42:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.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@29f40374 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-18-2023 10:05:42:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : testRxClassGetsClassInstance() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c Custom rxInvoker has been created as expected 05-18-2023 10:05:42:FINISHED TEST : testRxClassGetsClassInstance() 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-18-2023 10:05:42:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 05-18-2023 10:05:42:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:42 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:42:STARTING TEST : writeTest() 05-18-2023 10:05:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:42:FINISHED TEST : writeTest() 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : writeIOExceptionTest() 05-18-2023 10:05:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:42:FINISHED TEST : writeIOExceptionTest() 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42:STARTING TEST : writeWebApplicationExceptionTest() 05-18-2023 10:05:42:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:42:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 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 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:42:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 05-18-2023 10:05:42: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:42: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:42: TRACE: [WIRE] - << Content-Length: 25 05-18-2023 10:05:42: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:42: TRACE: [WIRE] - << Converted value: ABCDEFGH 05-18-2023 10:05:42:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 05-18-2023 10:05:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:05:42:############################### 05-18-2023 10:05:42:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT 05-18-2023 10:05:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:43:STARTING TEST : applicationPathAnnotationEncodedTest() 05-18-2023 10:05:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:43:FINISHED TEST : applicationPathAnnotationEncodedTest() 05-18-2023 10:05:43:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:43:STARTING TEST : applicationPathAnnotationNotUsedTest() 05-18-2023 10:05:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:43:Received expected status code Not Found 05-18-2023 10:05:43:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 05-18-2023 10:05:43:$$$ SigTestEE.setup() called 05-18-2023 10:05:43:$$$ 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 05-18-2023 10:05:43:$$$ JAXRSSigTestIT.signatureTest() called 05-18-2023 10:05:43:mapFile location is :/tmp/sig-test8537274649950362931.map 05-18-2023 10:05:43:packageFile location is :/tmp/sig-test-pkg-list4622370183517374336.txt 05-18-2023 10:05:43:Package version from mapfile :3.1.0 05-18-2023 10:05:43:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 05-18-2023 10:05:43:Executing JImage 05-18-2023 10:05:43:/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/jimage extract --dir=/home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jdk11-bundle /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:45:JImage RC = 0 05-18-2023 10:05:45:optionalPkgToIgnore = jakarta.xml.bind 05-18-2023 10:05:45:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 05-18-2023 10:05:45:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-18-2023 10:05:45:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:45:Static mode supports checks of static constants values WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 null 05-18-2023 10:05:46:********** Status Report 'jakarta.ws.rs' ********** 05-18-2023 10:05:46:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:46:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:46: 05-18-2023 10:05:46:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:46:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-18-2023 10:05:46:********** Status Report 'jakarta.ws.rs' ********** 05-18-2023 10:05:46:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:46:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:46:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-18-2023 10:05:46: 05-18-2023 10:05:46: 05-18-2023 10:05:46:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-18-2023 10:05:46:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:46:Static mode supports checks of static constants values null 05-18-2023 10:05:46:********** Status Report 'jakarta.ws.rs.client' ********** 05-18-2023 10:05:46:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:46:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:46: 05-18-2023 10:05:46:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:46:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c null 05-18-2023 10:05:46:********** Status Report 'jakarta.ws.rs.client' ********** 05-18-2023 10:05:46:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:46:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:46:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-18-2023 10:05:46: 05-18-2023 10:05:46: 05-18-2023 10:05:46:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-18-2023 10:05:46:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:46:Static mode supports checks of static constants values WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.core' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:47:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.core' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:47:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-18-2023 10:05:47:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:47:Static mode supports checks of static constants values WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.container' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:47:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.container' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:47:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-18-2023 10:05:47:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:47:Static mode supports checks of static constants values null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.ext' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:47:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.ext' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:47:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-18-2023 10:05:47:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-18-2023 10:05:47:Static mode supports checks of static constants values null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.sse' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47:********** VALIDATE IN REFLECTIVE MODE **** 05-18-2023 10:05:47:Reflective mode supports verification within containers (ie ejb, servlet, etc) WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd null 05-18-2023 10:05:47:********** Status Report 'jakarta.ws.rs.sse' ********** 05-18-2023 10:05:47:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-18-2023 10:05:47:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 05-18-2023 10:05:47:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-18-2023 10:05:47: 05-18-2023 10:05:47: 05-18-2023 10:05:47:****************************************************** ****************************************************** 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) ****************************************************** ****************************************************** 05-18-2023 10:05:47:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.637 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 53 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-18-2023 10:05:48:STARTING TEST : synchronousTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : synchronousTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 29 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 05-18-2023 10:05:48:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:application/json 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 16 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : asynchronousTest()05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 53 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : asynchronousTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 05-18-2023 10:05:48:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : checkClientConceptTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << concept 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientReaderWriterTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> java.io.InputStreamReader@57061305 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: java.io.InputStreamReader@57061305 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientReaderWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientReaderReaderTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : clientReaderReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientByteArrayWriterTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: [B@44098d5 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> [B@44098d5 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientByteArrayWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientSourceWriterTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: javax.xml.transform.stream.StreamSource@30225bfc 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-18-2023 10:05:48: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@30225bfc 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 104 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientSourceWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientInputStreamWriterTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@2523b1c6 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: java.io.ByteArrayInputStream@2523b1c6 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientInputStreamWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:05:48: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@1f305ae8 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 111 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:STARTING TEST : clientMultivaluedMapWriterTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@1f305ae8 05-18-2023 10:05:48:FINISHED TEST : clientMultivaluedMapWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientByteArrayReaderTest()05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : clientByteArrayReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientSourceReaderTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 76 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:application/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 76 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: application/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:###############################05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:application/atom+xml 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 76 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientSourceReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientInputStreamReaderTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientInputStreamReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientAnyReaderUsageTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 94 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : clientAnyReaderUsageTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:STARTING TEST : clientMultivaluedMapReaderTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:FINISHED TEST : clientMultivaluedMapReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientStringWriterTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:48:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientStringWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientDataSourceWriterTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@21c59466 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@21c59466 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientDataSourceWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:05:48: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@14c1ad71 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:STARTING TEST : clientStreamingOutputWriterTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:48:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@14c1ad71 05-18-2023 10:05:48:FINISHED TEST : clientStreamingOutputWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientFileWriterTest()05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> /tmp/tckjaxrs18021536025210858583.tmp 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: /tmp/tckjaxrs18021536025210858583.tmp 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientFileWriterTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientAnyWriterUsageTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48:[Request] Adding entity: 1339633069677106930 05-18-2023 10:05:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - >> 1339633069677106930 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 58 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << 1339633069677106930 05-18-2023 10:05:48:FINISHED TEST : clientAnyWriterUsageTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientStringReaderTest()05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientStringReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientDataSourceReaderTest() 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientDataSourceReaderTest() 05-18-2023 10:05:48:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:48:STARTING TEST : clientFileReaderTest() 05-18-2023 10:05:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:48:############################### 05-18-2023 10:05:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-18-2023 10:05:48: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:48: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Length: 55 05-18-2023 10:05:48: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:48: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-18-2023 10:05:48:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : clientJaxbElementWriterTest() 05-18-2023 10:05:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 05-18-2023 10:05:49: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-18-2023 10:05:49: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@473693a2 05-18-2023 10:05:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Length: 129 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:49: TRACE: [WIRE] - << <>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-18-2023 10:05:49:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 05-18-2023 10:05:49:############################### 05-18-2023 10:05:49:[Request] Adding entity: jakarta.xml.bind.JAXBElement@473693a2 05-18-2023 10:05:49:FINISHED TEST : clientJaxbElementWriterTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : clientJaxbElementReaderTest() 05-18-2023 10:05:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:49:############################### 05-18-2023 10:05:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-18-2023 10:05:49: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Length: 90 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:49: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-18-2023 10:05:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:49:############################### 05-18-2023 10:05:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-18-2023 10:05:49: TRACE: [WIRE] - >> Accept:application/xml 05-18-2023 10:05:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Length: 90 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Type: application/xml 05-18-2023 10:05:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:49: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-18-2023 10:05:49:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-18-2023 10:05:49:############################### 05-18-2023 10:05:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-18-2023 10:05:49: TRACE: [WIRE] - >> Accept:application/atom+xml 05-18-2023 10:05:49: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Length: 90 05-18-2023 10:05:49: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-18-2023 10:05:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:49: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-18-2023 10:05:49:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : deepCopyConfigWebTargetLevelTest() 05-18-2023 10:05:49:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-18-2023 10:05:49:Testing method queryParam([Ljava.lang.String;@7f221776) 05-18-2023 10:05:49:Testing 2 WebTargets 05-18-2023 10:05:49:Testing method queryParam(path[Ljava.lang.String;@40b2380e) 05-18-2023 10:05:49:Testing 4 WebTargets 05-18-2023 10:05:49:Testing method queryParam(xyz[Ljava.lang.String;@2df3a8bd) 05-18-2023 10:05:49:Testing 8 WebTargets 05-18-2023 10:05:49:checked queryParam() method 05-18-2023 10:05:49:Testing method resolveTemplateFromEncoded() 05-18-2023 10:05:49:Testing 16 WebTargets 05-18-2023 10:05:49:Testing method resolveTemplateFromEncoded(pathxyz) 05-18-2023 10:05:49:Testing 32 WebTargets 05-18-2023 10:05:49:Testing method resolveTemplateFromEncoded(path/path/path) 05-18-2023 10:05:49:Testing 64 WebTargets 05-18-2023 10:05:49:checked resolveTemplateFromEncoded() method 05-18-2023 10:05:49:Testing method resolveTemplates({=path}) 05-18-2023 10:05:49:Testing 128 WebTargets 05-18-2023 10:05:49:Testing method resolveTemplates({path=xyz}) 05-18-2023 10:05:49:Testing 256 WebTargets WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:49:checked resolveTemplates() method 05-18-2023 10:05:49:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-18-2023 10:05:49:Testing 512 WebTargets 05-18-2023 10:05:49:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-18-2023 10:05:49:Testing 1024 WebTargets 05-18-2023 10:05:49:checked resolveTemplatesFromEncoded() method 05-18-2023 10:05:49:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 05-18-2023 10:05:49:Testing method matrixParam([Ljava.lang.String;@7b31e63f) 05-18-2023 10:05:49:Testing 2 WebTargets 05-18-2023 10:05:49:Testing method matrixParam(matrix[Ljava.lang.String;@8bd131) 05-18-2023 10:05:49:Testing 4 WebTargets 05-18-2023 10:05:49:checked matrixParam() method 05-18-2023 10:05:49:Testing method path() 05-18-2023 10:05:49:Testing 8 WebTargets 05-18-2023 10:05:49:Testing method path(/) 05-18-2023 10:05:49:Testing 16 WebTargets 05-18-2023 10:05:49:Testing method path(path) 05-18-2023 10:05:49:Testing 32 WebTargets 05-18-2023 10:05:49:Testing method path(path/path/path) 05-18-2023 10:05:49:Testing 64 WebTargets 05-18-2023 10:05:49:checked path() method 05-18-2023 10:05:49:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : mutableWithRespectToConfigTest() 05-18-2023 10:05:49:FINISHED TEST : mutableWithRespectToConfigTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : webTargetConfigNotImpactClientTest() 05-18-2023 10:05:49:FINISHED TEST : webTargetConfigNotImpactClientTest() 05-18-2023 10:05:49:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:49:STARTING TEST : deepCopyConfigClientLevelTest() 05-18-2023 10:05:49:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:Already registered 0 providers 05-18-2023 10:05:50:Already registered 0 properties 05-18-2023 10:05:50:STARTING TEST : defaultClientConfigurationPresetTest() 05-18-2023 10:05:50:FINISHED TEST : defaultClientConfigurationPresetTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:Already registered 0 providers 05-18-2023 10:05:50:Already registered 0 properties 05-18-2023 10:05:50:STARTING TEST : clientConfiguredTest() 05-18-2023 10:05:50:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : clientWriterTest()05-18-2023 10:05:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-18-2023 10:05:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 100010101 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : clientWriterTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : clientReaderTest()05-18-2023 10:05:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - >> stringbean 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50:[Request] Adding entity: stringbean 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << stringbean 05-18-2023 10:05:50:Injectables are 100010101 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : clientReaderTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : methodArgumentsInjectionTest() 05-18-2023 10:05:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 111111111 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : methodArgumentsInjectionTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : serverWriterInjectionTest()05-18-2023 10:05:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 05-18-2023 10:05:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50:[Request] Adding entity: 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - >> 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 111111111 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : serverWriterInjectionTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 111111111 05-18-2023 10:05:50:STARTING TEST : resourceInjectionTest() 05-18-2023 10:05:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : resourceInjectionTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : serverReaderInjectionTest() 05-18-2023 10:05:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - >> 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50:[Request] Adding entity: 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 111111111 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : serverReaderInjectionTest() 05-18-2023 10:05:50:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:50:STARTING TEST : applicationInjectionTest()05-18-2023 10:05:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 05-18-2023 10:05:50: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:50: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Length: 9 05-18-2023 10:05:50: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:50:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 05-18-2023 10:05:50:############################### 05-18-2023 10:05:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:50: TRACE: [WIRE] - << 111111111 05-18-2023 10:05:50:@Context injected as expected 05-18-2023 10:05:50:FINISHED TEST : applicationInjectionTest() [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@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : noBindingTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 0 05-18-2023 10:05:51:Dynamic Bynding did not bind any filter or interceptor as expected 05-18-2023 10:05:51:FINISHED TEST : noBindingTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 12 05-18-2023 10:05:51:STARTING TEST : dynamicBindingTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51:Dynamic feature bound filter and interceptor as expected 05-18-2023 10:05:51:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 1116 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 2135 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception

jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

note The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.4 logs.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 111011 05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwExceptionOnInterceptorTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 11111 05-18-2023 10:05:51:Exception has been handled as expected 05-18-2023 10:05:51:FINISHED TEST : throwExceptionOnInterceptorTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 111011 05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 2135 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception

jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

note The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.4 logs.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : noNameBoundInterceptorTest()05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 10020 05-18-2023 10:05:51:Only Globally bound interceptor has been invoked as expected 05-18-2023 10:05:51:FINISHED TEST : noNameBoundInterceptorTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 2135 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception

jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

root cause

java.lang.NumberFormatException: For input string: "An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper."

note The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.4 logs.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwExceptionOnPreMatchingFilterTest() 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 10110 05-18-2023 10:05:51:Exception has been handled as expected 05-18-2023 10:05:51:FINISHED TEST : throwExceptionOnPreMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 1116 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 6 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 110010 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwExceptionOnPostMatchingFilterTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51: TRACE: [WIRE] - << 11111 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51:Exception has been handled as expected 05-18-2023 10:05:51:FINISHED TEST : throwExceptionOnPostMatchingFilterTest() 05-18-2023 10:05:51:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:51:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() 05-18-2023 10:05:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-18-2023 10:05:51: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-18-2023 10:05:51: TRACE: [WIRE] - >> 0 05-18-2023 10:05:51: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-18-2023 10:05:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:51: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Length: 1116 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:51: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:51:############################### 05-18-2023 10:05:51:[Request] Adding entity: 0 05-18-2023 10:05:51: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 500 - Internal Server Error


type Status report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:51:Exception has not been handled second time as expected 05-18-2023 10:05:51:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 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@29f40374 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : nameBoundResourceTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> 0 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << 12 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: 0 05-18-2023 10:05:52:Bound as expected 05-18-2023 10:05:52:FINISHED TEST : nameBoundResourceTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : globalBoundResourceTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: 0 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> 0 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << 12 05-18-2023 10:05:52:Bound as expected 05-18-2023 10:05:52:FINISHED TEST : globalBoundResourceTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : jaxbWriterContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:52:JAXRS called registered writer interceptor for jaxb provider 05-18-2023 10:05:52:FINISHED TEST : jaxbWriterContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringReaderNoInterceptorTest()05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : stringReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : inputStreamReaderContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:52:JAXRS called registered reader interceptor for inputstream provider 05-18-2023 10:05:52:FINISHED TEST : inputStreamReaderContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK WAITING:05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:52:STARTING TEST : dataSourceWriterContainerInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:52:JAXRS called registered writer interceptor for dataSource provider 05-18-2023 10:05:52:FINISHED TEST : dataSourceWriterContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : readerReaderNoInterceptorTest()05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : readerReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringBeanWriterContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:52:JAXRS called registered writer interceptor for StringBean provider 05-18-2023 10:05:52:FINISHED TEST : stringBeanWriterContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringWriterNoInterceptorTest()05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:52:FINISHED TEST : stringWriterNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : byteArrayReaderNoInterceptorTest() WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : byteArrayReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringBeanReaderNoInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : stringBeanReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : readerWriterNoInterceptorTest()05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:52:FINISHED TEST : readerWriterNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : inputStreamWriterContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:52:JAXRS called registered writer interceptor for inputstream provider 05-18-2023 10:05:52:FINISHED TEST : inputStreamWriterContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : byteArrayWriterNoInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:52:FINISHED TEST : byteArrayWriterNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringBeanWriterNoInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:52:FINISHED TEST : stringBeanWriterNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringBeanWriterClientInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:JAXRS called registered writer interceptor for StringBean provider 05-18-2023 10:05:52:FINISHED TEST : stringBeanWriterClientInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : fileWriterClientInterceptorTest()05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> /tmp/temp12020718108557367086tmp 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: /tmp/temp12020718108557367086tmp 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:JAXRS called registered writer interceptor for file provider 05-18-2023 10:05:52:FINISHED TEST : fileWriterClientInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : byteArrayWriterClientInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> [B@4ace283b 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: [B@4ace283b 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:JAXRS called registered writer interceptor for bytearray provider 05-18-2023 10:05:52:FINISHED TEST : byteArrayWriterClientInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : byteArrayReaderContainerInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:52:JAXRS called registered reader interceptor for bytearray provider 05-18-2023 10:05:52:FINISHED TEST : byteArrayReaderContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : stringReaderContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:JAXRS called registered reader interceptor for string provider 05-18-2023 10:05:52:FINISHED TEST : stringReaderContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : sourceWriterNoInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 141 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:FINISHED TEST : sourceWriterNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : dataSourceWriterClientInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@5692b8f7 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@5692b8f7 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:JAXRS called registered writer interceptor for dataSource provider 05-18-2023 10:05:52:FINISHED TEST : dataSourceWriterClientInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@24175e5 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:52:STARTING TEST : inputStreamWriterClientInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: java.io.ByteArrayInputStream@24175e5 05-18-2023 10:05:52:JAXRS called registered writer interceptor for inputstream provider 05-18-2023 10:05:52:FINISHED TEST : inputStreamWriterClientInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:STARTING TEST : inputStreamReaderNoInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : inputStreamReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : fileReaderContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:52:JAXRS called registered reader interceptor for file provider 05-18-2023 10:05:52:FINISHED TEST : fileReaderContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : fileReaderNoInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : fileReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52:STARTING TEST : readerReaderContainerInterceptorTest() 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:52:JAXRS called registered reader interceptor for reader provider 05-18-2023 10:05:52:FINISHED TEST : readerReaderContainerInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 05-18-2023 10:05:52: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:52: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:52: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:52: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:STARTING TEST : dataSourceReaderNoInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:52:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:FINISHED TEST : dataSourceReaderNoInterceptorTest() 05-18-2023 10:05:52:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 58 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:52:STARTING TEST : jaxbReaderNoInterceptorTest() 05-18-2023 10:05:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 05-18-2023 10:05:52:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53:FINISHED TEST : jaxbReaderNoInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : byteArrayWriterContainerInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:JAXRS called registered writer interceptor for bytearray provider 05-18-2023 10:05:53:FINISHED TEST : byteArrayWriterContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : inputStreamWriterNoInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:FINISHED TEST : inputStreamWriterNoInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : stringWriterContainerInterceptorTest()05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:JAXRS called registered writer interceptor for string provider 05-18-2023 10:05:53:FINISHED TEST : stringWriterContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 68 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:53:STARTING TEST : jaxbReaderContainerInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53:JAXRS called registered reader interceptor for jaxb provider 05-18-2023 10:05:53:FINISHED TEST : jaxbReaderContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:53:STARTING TEST : fileWriterNoInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:FINISHED TEST : fileWriterNoInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : fileWriterContainerInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:JAXRS called registered writer interceptor for file provider 05-18-2023 10:05:53:FINISHED TEST : fileWriterContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : jaxbWriterClientInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@4250934f 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@4250934f, jakarta.xml.bind.JAXBElement} 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53:JAXRS called registered writer interceptor for JAXBElement provider 05-18-2023 10:05:53:FINISHED TEST : jaxbWriterClientInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : dataSourceReaderContainerInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:53:JAXRS called registered reader interceptor for dataSource provider 05-18-2023 10:05:53:FINISHED TEST : dataSourceReaderContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53:STARTING TEST : stringWriterClientInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53:JAXRS called registered writer interceptor for string provider 05-18-2023 10:05:53:FINISHED TEST : stringWriterClientInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:53:STARTING TEST : readerWriterContainerInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:JAXRS called registered writer interceptor for reader provider 05-18-2023 10:05:53:FINISHED TEST : readerWriterContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : sourceWriterContainerInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 108 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE 05-18-2023 10:05:53:JAXRS called registered writer interceptor for source provider 05-18-2023 10:05:53:FINISHED TEST : sourceWriterContainerInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : dataSourceWriterNoInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 74 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:FINISHED TEST : dataSourceWriterNoInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : jaxbWriterNoInterceptorTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 129 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:FINISHED TEST : jaxbWriterNoInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> java.io.InputStreamReader@5056f8aa 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor 05-18-2023 10:05:53:STARTING TEST : readerWriterClientInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: java.io.InputStreamReader@5056f8aa 05-18-2023 10:05:53:JAXRS called registered writer interceptor for reader provider 05-18-2023 10:05:53:FINISHED TEST : readerWriterClientInterceptorTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 95 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53:STARTING TEST : stringBeanReaderContainerInterceptorTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor 05-18-2023 10:05:53:JAXRS called registered reader interceptor for StringBean provider 05-18-2023 10:05:53:FINISHED TEST : stringBeanReaderContainerInterceptorTest() [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : writerContextOnClientTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT] 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT] 05-18-2023 10:05:53: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 103 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain 05-18-2023 10:05:53:Last values set in contexts were used as expected 05-18-2023 10:05:53:FINISHED TEST : writerContextOnClientTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : writerContextOnContainerTest()05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 103 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain 05-18-2023 10:05:53:Last values set in contexts were used as expected 05-18-2023 10:05:53:FINISHED TEST : writerContextOnContainerTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : readerContextOnContainerTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 103 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain 05-18-2023 10:05:53:Last values set in contexts were used as expected 05-18-2023 10:05:53:FINISHED TEST : readerContextOnContainerTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : readerContextOnClientTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 56 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: */* 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-18-2023 10:05:53:Last values set in contexts were used as expected 05-18-2023 10:05:53:FINISHED TEST : readerContextOnClientTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 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@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred 05-18-2023 10:05:53:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080' 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 3 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 101 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:Both name bound interceptors has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand 05-18-2023 10:05:53:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 1011 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:Both name bound interceptors has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : singleInterceptorBoundTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 2 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 11 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:Interceptor has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : singleInterceptorBoundTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : readerWriterInterceptorBoundTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - >> 1111 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53:[Request] Adding entity: 1111 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 1113 05-18-2023 10:05:53:Reader and Writer interceptor has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : readerWriterInterceptorBoundTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest() 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 10000 05-18-2023 10:05:53:No interceptor has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest() 05-18-2023 10:05:53:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:53:STARTING TEST : noInterceptorBoundTest() 05-18-2023 10:05:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one 05-18-2023 10:05:53:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080' 05-18-2023 10:05:53:############################### 05-18-2023 10:05:53: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:53: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:53: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:53: TRACE: [WIRE] - << 1 05-18-2023 10:05:53:No interceptor has been bound as expected 05-18-2023 10:05:53:FINISHED TEST : noInterceptorBoundTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : test1() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : test1() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : test2() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : test2() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : throwableTest() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : throwableTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : clientErrorExceptionTest() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : clientErrorExceptionTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : filterChainTest() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : filterChainTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : mappedExceptionTest() May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : mappedExceptionTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : exceptionTest()May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : exceptionTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : runtimeExceptionTest()May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : runtimeExceptionTest() 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:54:STARTING TEST : webapplicationExceptionTest()May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : webapplicationExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT 05-18-2023 10:05:54:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:54:STARTING TEST : readWriteProviderTest() 05-18-2023 10:05:54:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:54:FINISHED TEST : readWriteProviderTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteInputStreamProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteInputStreamProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteStringProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : readWriteStringProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteMapProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : readWriteMapProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteReaderProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : readWriteReaderProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteDataSourceProviderTest()May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteDataSourceProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteBooleanProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteBooleanProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteJaxbProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : readWriteJaxbProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:STARTING TEST : readWriteStreamingOutputProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteStreamingOutputProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:STARTING TEST : readWriteIntegerProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteIntegerProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteSourceProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteSourceProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteCharacterProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteCharacterProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteByteArrayProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteByteArrayProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readWriteFileProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : readWriteFileProviderTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : meadiaTypeDefaultTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : meadiaTypeDefaultTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : iterateAllAppJavaReadersTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : iterateAllAppJavaReadersTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : meadiaTypeContentTypeTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : meadiaTypeContentTypeTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : iterateFirstAppJavaReaderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : iterateFirstAppJavaReaderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : noEntityProviderTest() 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : noEntityProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : contentTypeTextXmlGotTextWildCardTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : contentTypeTextPlainGotTextPlainTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : contentTypeTextPlainGotTextPlainTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest()May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : contentTypeApplicationGotWildCardTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:FINISHED TEST : contentTypeApplicationGotWildCardTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : sourceProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : sourceProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : streamingOutputProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : streamingOutputProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : fileProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : fileProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : inputStreamProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : inputStreamProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : stringProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:FINISHED TEST : stringProviderTest() 05-18-2023 10:05:55:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:55:STARTING TEST : readerProviderTest() May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:55:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:FINISHED TEST : readerProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : byteArrayProviderTest() May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:FINISHED TEST : byteArrayProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : dataSourceProviderTest() May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:56:FINISHED TEST : dataSourceProviderTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:05:56: TRACE: [WIRE] - >> {map=[map]} 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << map=map 05-18-2023 10:05:56:STARTING TEST : readWriteMapProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: {map=[map]} 05-18-2023 10:05:56:FINISHED TEST : readWriteMapProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - >> false 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << false 05-18-2023 10:05:56:STARTING TEST : readWriteBooleanProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: false 05-18-2023 10:05:56:FINISHED TEST : readWriteBooleanProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : readWriteJaxbProviderTest()05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: jakarta.xml.bind.JAXBElement@315c0a53 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml 05-18-2023 10:05:56: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@315c0a53 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 72 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: application/xml 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << jaxb 05-18-2023 10:05:56:FINISHED TEST : readWriteJaxbProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : readWriteIntegerProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: 0 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - >> 0 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << 0 05-18-2023 10:05:56:FINISHED TEST : readWriteIntegerProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : readWriteCharacterProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: a 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - >> a 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << a 05-18-2023 10:05:56:FINISHED TEST : readWriteCharacterProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientInputStreamProviderTest()05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:FINISHED TEST : clientInputStreamProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverDataSourceProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:FINISHED TEST : serverDataSourceProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientMultivaluedMapProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientMultivaluedMapProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverFileProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverFileProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverStringProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverStringProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientDataSourceProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientDataSourceProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56:STARTING TEST : clientCharProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-18-2023 10:05:56:FINISHED TEST : clientCharProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverReaderProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:FINISHED TEST : serverReaderProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverBooleanProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:56:FINISHED TEST : serverBooleanProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientSourceProviderTest()05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientSourceProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientJaxbProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:application/xml 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:Read JAXBElement entity is null as expected 05-18-2023 10:05:56:FINISHED TEST : clientJaxbProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverIntegerProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:56:FINISHED TEST : serverIntegerProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverCharProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:56:FINISHED TEST : serverCharProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientByteArrayProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientByteArrayProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverInputStreamProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverInputStreamProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientBooleanProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-18-2023 10:05:56:FINISHED TEST : clientBooleanProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientStringProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientStringProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverJaxbProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-18-2023 10:05:56: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:56:FINISHED TEST : serverJaxbProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientReaderProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientReaderProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverStreamingOutputProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - >> StreamingOutput 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:[Request] Adding entity: StreamingOutput 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 15 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: application/octet-stream 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << StreamingOutput 05-18-2023 10:05:56:FINISHED TEST : serverStreamingOutputProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverByteArrayProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverByteArrayProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverBigDecimalProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << 400 BAD_REQUEST 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Connection: close 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 1067 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 400 - Bad Request


type Status report

messageBad Request

descriptionThe request sent by the client was syntactically incorrect.


Eclipse GlassFish 7.0.4

05-18-2023 10:05:56:FINISHED TEST : serverBigDecimalProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientFileProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:FINISHED TEST : clientFileProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverSourceProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverSourceProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientIntegerProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-18-2023 10:05:56:FINISHED TEST : clientIntegerProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : serverMultivaluedMapProviderTest() 05-18-2023 10:05:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56: TRACE: [WIRE] - << EXPECTED 05-18-2023 10:05:56:FINISHED TEST : serverMultivaluedMapProviderTest() 05-18-2023 10:05:56:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:56:STARTING TEST : clientBigDecimalProviderTest() 05-18-2023 10:05:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-18-2023 10:05:56: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:56: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:56: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-18-2023 10:05:56:############################### 05-18-2023 10:05:56:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-18-2023 10:05:56:FINISHED TEST : clientBigDecimalProviderTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderBigDecimalTest() 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 2147483647 05-18-2023 10:05:57:Found expected entity 2147483647 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderBigDecimalTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderDoubleTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 3.141592653589793 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 3.141592653589793 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 17 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 3.141592653589793 05-18-2023 10:05:57:Found expected entity 3.141592653589793 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderDoubleTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderIntTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 2147483647 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderIntTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderCharacterTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: x 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> x 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << x 05-18-2023 10:05:57:Found expected entity x 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderCharacterTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderCharTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: x 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> x 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 1 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << x 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderCharTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderIntegerTest()05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 2147483647 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 2147483647 05-18-2023 10:05:57:Found expected entity 2147483647 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderIntegerTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : mapElementProviderTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: {map=[map]} 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded 05-18-2023 10:05:57: TRACE: [WIRE] - >> {map=[map]} 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << map=map 05-18-2023 10:05:57:found expected MultivaluedMap {map=[map]} 05-18-2023 10:05:57:FINISHED TEST : mapElementProviderTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderBoolTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: false 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> false 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 5 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << false 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderBoolTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderLongTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080'05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 9223372036854775807 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 9223372036854775807 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 9223372036854775807 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderLongTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderBigLongTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: 9223372036854775807 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> 9223372036854775807 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 19 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << 9223372036854775807 05-18-2023 10:05:57:Found expected entity 9223372036854775807 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderBigLongTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : readWriteProviderBooleanTest() 05-18-2023 10:05:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080' 05-18-2023 10:05:57:############################### 05-18-2023 10:05:57:[Request] Adding entity: true 05-18-2023 10:05:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean 05-18-2023 10:05:57: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - >> true 05-18-2023 10:05:57: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Length: 4 05-18-2023 10:05:57: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:57: TRACE: [WIRE] - << true 05-18-2023 10:05:57:Found expected entity true 05-18-2023 10:05:57:FINISHED TEST : readWriteProviderBooleanTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:STARTING TEST : jaxbElementProviderTest() May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:FINISHED TEST : jaxbElementProviderTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : bodyWriterTest()May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:FINISHED TEST : bodyWriterTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : bodyReaderTest() May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:FINISHED TEST : bodyReaderTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:STARTING TEST : contextResolverTest() 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:FINISHED TEST : contextResolverTest() 05-18-2023 10:05:57:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:57:STARTING TEST : exceptionMapperTest() May 18, 2023 10:05:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:57:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:57:FINISHED TEST : exceptionMapperTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : supportXmlByDefaultWriterTest()05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 59 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Type: application/xml 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58: TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER; 05-18-2023 10:05:58:FINISHED TEST : supportXmlByDefaultWriterTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : supportXmlByXmlWriterTest() 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter 05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 77 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Type: application/xml 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58: TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER; 05-18-2023 10:05:58:FINISHED TEST : supportXmlByXmlWriterTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : supportAllTest()05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 137 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58: TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER; 05-18-2023 10:05:58:FINISHED TEST : supportAllTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : supportAppJavaTest()05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia 05-18-2023 10:05:58:[Request] Adding entity: application/java 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> application/java 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 40 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Type: application/java 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58: TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER; 05-18-2023 10:05:58:FINISHED TEST : supportAppJavaTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : responseSubClassTest() 05-18-2023 10:05:58: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter 05-18-2023 10:05:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080' 05-18-2023 10:05:58:############################### 05-18-2023 10:05:58: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse 05-18-2023 10:05:58: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:58: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Length: 96 05-18-2023 10:05:58: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:05:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:58: TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER; 05-18-2023 10:05:58:FINISHED TEST : responseSubClassTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectConsumesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectConsumesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectPathOnClassAndRequestTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectPathOnClassAndRequestTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : formParamTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:FINISHED TEST : formParamTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectPathOnClassTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectPathOnClassTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : correctProducesConsumesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : correctProducesConsumesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : queryParamPqrTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:FINISHED TEST : queryParamPqrTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : correctRequestTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : correctRequestTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : matrixParamPqrTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:FINISHED TEST : matrixParamPqrTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : correctTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : correctTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectProdecesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectProdecesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectPathOnMethodTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectPathOnMethodTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : queryParamXyzTest() May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : queryParamXyzTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectConsumesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectConsumesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:STARTING TEST : formParamTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : formParamTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectPathOnClassTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectPathOnClassTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:STARTING TEST : queryParamPqrTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : queryParamPqrTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : correctRequestTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : correctRequestTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectProducesConsumesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectProducesConsumesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : correctTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : correctTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectProdecesTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectProdecesTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : incorrectPathOnMethodTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : incorrectPathOnMethodTest() 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:STARTING TEST : queryParamXyzTest() 05-18-2023 10:05:58:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:58:FINISHED TEST : queryParamXyzTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:05:58:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:58:STARTING TEST : checkEntityIsNotSetTest()May 18, 2023 10:05:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:58:[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' 05-18-2023 10:05:58:FINISHED TEST : checkEntityIsNotSetTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : consumesOnResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : consumesOnResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : concreteOverStarWhenAcceptStarTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : concreteOverStarWhenAcceptStarTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : headOnSubResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : headOnSubResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : resourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : resourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : locatorNameTooLongAgainTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : locatorNameTooLongAgainTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : requestNotSupportedOnResourceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : requestNotSupportedOnResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:STARTING TEST : producesCorrectContentTypeOnResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : producesCorrectContentTypeOnResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesOnResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : producesOnResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : consumesCorrectContentTypeOnResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : consumesCorrectContentTypeOnResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : consumesOnSubResourceLocatorTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : consumesOnSubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : l2SubResourceLocatorTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : l2SubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesOnResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : producesOnResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:59:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : slashUriTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : slashUriTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : descendantSubResourcePathValueTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : descendantSubResourcePathValueTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : slashAppNameTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : slashAppNameTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : consumesOnResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : consumesOnResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : foundAnotherResourceLocatorByPathTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : foundAnotherResourceLocatorByPathTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : qualityDeterminesTextATest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : qualityDeterminesTextATest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : qualityDeterminesTextBTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : qualityDeterminesTextBTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : descendantResourcePathValueTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : descendantResourcePathValueTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : requestNotSupportedOnSubResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : requestNotSupportedOnSubResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : requestNotSupportedOnResourceLocatorTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : requestNotSupportedOnResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : producesOnSubResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : producesOnSubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : locatorNameTooLongTest()May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : locatorNameTooLongTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : wrongAppNameTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : wrongAppNameTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : optionsOnSubResourceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:59:Header Allow: GET found as expected 05-18-2023 10:05:59:FINISHED TEST : optionsOnSubResourceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : methodNotFoundTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : methodNotFoundTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : concreteOverStarTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : concreteOverStarTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : slashWrongUriTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : slashWrongUriTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : methodProducesTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : methodProducesTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : appPreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : appPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : imagePreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : imagePreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : responseOverrideNoProducesTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : responseOverrideNoProducesTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : noPreferenceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : noPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : clientXmlHtmlPreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : clientXmlHtmlPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : responseOverrideTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : responseOverrideTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : mesageBodyWriterProducesTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : mesageBodyWriterProducesTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : clientHtmlXmlPreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : clientHtmlXmlPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : classProducesTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : classProducesTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : clientAnyPreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : clientAnyPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : responseNotAllowedToOverrideTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : responseNotAllowedToOverrideTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : textPreferenceTest() May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : textPreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : defaultResponseErrorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : defaultResponseErrorTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : clientImagePreferenceTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:05:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:05:59:FINISHED TEST : clientImagePreferenceTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : defaultErrorTest() 05-18-2023 10:05:59:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:05:59:FINISHED TEST : defaultErrorTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : enumQueryTest() 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << FROMSTRING 05-18-2023 10:05:59:FINISHED TEST : enumQueryTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : entityHeaderTest() 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << VALUEOF 05-18-2023 10:05:59:FINISHED TEST : entityHeaderTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : enumCookieTest() 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << FROMSTRING 05-18-2023 10:05:59:FINISHED TEST : enumCookieTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : entityQueryTest() 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << VALUEOF 05-18-2023 10:05:59:FINISHED TEST : entityQueryTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : entityCookieTest() 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << VALUEOF 05-18-2023 10:05:59:FINISHED TEST : entityCookieTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : enumMaxtrixTest()05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << FROMSTRING 05-18-2023 10:05:59:FINISHED TEST : enumMaxtrixTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << VALUEOF 05-18-2023 10:05:59:STARTING TEST : entityMaxtrixTest() 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59:FINISHED TEST : entityMaxtrixTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59:STARTING TEST : enumPathTest() 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << FROMSTRING ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:05:59:FINISHED TEST : enumPathTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : entityPathTest()05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - << VALUEOF 05-18-2023 10:05:59:FINISHED TEST : entityPathTest() 05-18-2023 10:05:59:[JAXRSCommonClient] Test setup OK 05-18-2023 10:05:59:STARTING TEST : enumHeaderTest() 05-18-2023 10:05:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080' 05-18-2023 10:05:59:############################### 05-18-2023 10:05:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader 05-18-2023 10:05:59: TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP 05-18-2023 10:05:59: TRACE: [WIRE] - << 200 OK 05-18-2023 10:05:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Length: 10 05-18-2023 10:05:59: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:05:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:05:59: TRACE: [WIRE] - << FROMSTRING 05-18-2023 10:05:59:FINISHED TEST : enumHeaderTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : packageVisibilityTest()05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 1044 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-18-2023 10:06:00:FINISHED TEST : packageVisibilityTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : constructorWithQueryParamUsedTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : constructorWithQueryParamUsedTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : privateVisibilityTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 1044 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-18-2023 10:06:00:FINISHED TEST : privateVisibilityTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : visibleTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 0 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : visibleTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : constructorWithMatrixParamUsedTest()05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : constructorWithMatrixParamUsedTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:06:00:STARTING TEST : constructorWithHeaderParamUsedTest() 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : constructorWithHeaderParamUsedTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : constructorWithCookieParamUsedTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : constructorWithCookieParamUsedTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : constructorWithPathParamUsedTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 8 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << ABCDEFGH 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : constructorWithPathParamUsedTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : protectedVisibilityTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 404 NOT_FOUND 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 1044 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.4

05-18-2023 10:06:00:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 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@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : voidTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00:FINISHED TEST : voidTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : entityResponseTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 58 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << 6121223518891332649 05-18-2023 10:06:00:FINISHED TEST : entityResponseTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : notAcceptableTest() 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:text/html 05-18-2023 10:06:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 1172 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Language: 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/html 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.4 - Error report

HTTP Status 406 - Not Acceptable


type Status report

messageNot Acceptable

descriptionThe resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.


Eclipse GlassFish 7.0.4

05-18-2023 10:06:00:FINISHED TEST : notAcceptableTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : nullGenericEntityTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:FINISHED TEST : nullGenericEntityTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : defaultStatusTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 7 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << I am OK 05-18-2023 10:06:00:FINISHED TEST : defaultStatusTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : nullEntityResponseTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:FINISHED TEST : nullEntityResponseTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : genericEntityTest() 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 36 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 05-18-2023 10:06:00:FINISHED TEST : genericEntityTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : nullEntityTest() 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:FINISHED TEST : nullEntityTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : nullResponseTest() 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:*/* 05-18-2023 10:06:00: TRACE: [WIRE] - << 204 NO_CONTENT 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00:FINISHED TEST : nullResponseTest() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : entityBodyTest() 05-18-2023 10:06:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 05-18-2023 10:06:00: TRACE: [WIRE] - >> Accept:text/xml 05-18-2023 10:06:00: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.4 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Length: 58 05-18-2023 10:06:00: TRACE: [WIRE] - << Content-Type: text/xml 05-18-2023 10:06:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 05-18-2023 10:06:00:############################### 05-18-2023 10:06:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.4 Java/Oracle Corporation/11) 05-18-2023 10:06:00: TRACE: [WIRE] - << 6121223518891332649 05-18-2023 10:06:00:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : Test1()May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:06:00:FINISHED TEST : Test1() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : Test2() 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:FINISHED TEST : Test2() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : Test3() May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:06:00:FINISHED TEST : Test3() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : Test4() 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:FINISHED TEST : Test4() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:00:STARTING TEST : Test5()May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:06:00:FINISHED TEST : Test5() 05-18-2023 10:06:00:[JAXRSCommonClient] Test setup OK May 18, 2023 10:06:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-18-2023 10:06:00:STARTING TEST : Test6() 05-18-2023 10:06:00:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' 05-18-2023 10:06:00:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : constructorMultivaluedMapArgTest() 05-18-2023 10:06:01:Form instance with MultivaluedMap argument sucessfully created 05-18-2023 10:06:01:FINISHED TEST : constructorMultivaluedMapArgTest() 05-18-2023 10:06:01:STARTING TEST : constructorStringArgsTest() 05-18-2023 10:06:01:Form instance with String arguments sucessfully created 05-18-2023 10:06:01:FINISHED TEST : constructorStringArgsTest() 05-18-2023 10:06:01:STARTING TEST : paramTest() 05-18-2023 10:06:01:Form instance created 05-18-2023 10:06:01: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.linkbuilder.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : titleTest() 05-18-2023 10:06:01:#title set expected title 05-18-2023 10:06:01:FINISHED TEST : titleTest() 05-18-2023 10:06:01:STARTING TEST : uriStringThrowsIAETest() 05-18-2023 10:06:01:#uri(nonUriString) throws IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : uriStringThrowsIAETest() 05-18-2023 10:06:01:STARTING TEST : linkLinkTest() 05-18-2023 10:06:01:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 05-18-2023 10:06:01:FINISHED TEST : linkLinkTest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-18-2023 10:06:01:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 05-18-2023 10:06:01:#param throws IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 05-18-2023 10:06:01:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 05-18-2023 10:06:01:#param throws IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 05-18-2023 10:06:01:STARTING TEST : uriStringTest() 05-18-2023 10:06:01:#uri(String) affected link as expected 05-18-2023 10:06:01:FINISHED TEST : uriStringTest() 05-18-2023 10:06:01:STARTING TEST : baseUriStringTest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/a/b/c 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:FINISHED TEST : baseUriStringTest() 05-18-2023 10:06:01:STARTING TEST : uriUriTest() 05-18-2023 10:06:01:#uri(URI) affected link as expected 05-18-2023 10:06:01:FINISHED TEST : uriUriTest() 05-18-2023 10:06:01:STARTING TEST : uriBuilderTest() 05-18-2023 10:06:01:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-18-2023 10:06:01:FINISHED TEST : uriBuilderTest() 05-18-2023 10:06:01:STARTING TEST : relMoreNamesTest() 05-18-2023 10:06:01:#rel added expected relations 05-18-2023 10:06:01:FINISHED TEST : relMoreNamesTest() 05-18-2023 10:06:01:STARTING TEST : linkStringTest() 05-18-2023 10:06:01:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:parameters and underlaying URI were copied as expected to a new link ; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe" 05-18-2023 10:06:01:FINISHED TEST : linkStringTest() 05-18-2023 10:06:01:STARTING TEST : buildObjectsTest() 05-18-2023 10:06:01:#build() finished building a link and returned the instance 05-18-2023 10:06:01:FINISHED TEST : buildObjectsTest() 05-18-2023 10:06:01:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:#build() throw UriBuilderException as expected 05-18-2023 10:06:01:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:STARTING TEST : typeTest() 05-18-2023 10:06:01:#type set correct types 05-18-2023 10:06:01:FINISHED TEST : typeTest() 05-18-2023 10:06:01:STARTING TEST : baseUriURITest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/a/b/c 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:FINISHED TEST : baseUriURITest() 05-18-2023 10:06:01:STARTING TEST : baseUriStringThrowsIAETest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : baseUriStringThrowsIAETest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:UriBuilderException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected when a supplied value is null 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 05-18-2023 10:06:01:Found expected a/b/c 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:Found expected http://oracle.com:888/a/b/c 05-18-2023 10:06:01:When a prefix is not shared, the methods is equivalent to build() as expected 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 05-18-2023 10:06:01:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-18-2023 10:06:01:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-18-2023 10:06:01:STARTING TEST : linkStringThrowsIAETest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : linkStringThrowsIAETest() 05-18-2023 10:06:01:STARTING TEST : baseUriIsNotJustBaseURITest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/a/b/c 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:FINISHED TEST : baseUriIsNotJustBaseURITest() 05-18-2023 10:06:01:STARTING TEST : baseUriIsNotJustBaseStringTest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/a/b/c 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:FINISHED TEST : baseUriIsNotJustBaseStringTest() 05-18-2023 10:06:01:STARTING TEST : baseUriIsIgnoredURITest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/resource/something 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:The base uri http://ignored.com has been ignored as expected 05-18-2023 10:06:01:FINISHED TEST : baseUriIsIgnoredURITest() 05-18-2023 10:06:01:STARTING TEST : relTest() 05-18-2023 10:06:01:#rel added expected relations 05-18-2023 10:06:01:FINISHED TEST : relTest() 05-18-2023 10:06:01:STARTING TEST : buildNoArgTest() 05-18-2023 10:06:01:#build() finished building a link and returned the instance 05-18-2023 10:06:01:FINISHED TEST : buildNoArgTest() 05-18-2023 10:06:01:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:#build(someNonURIObjects) throw UriBuilderException as expected 05-18-2023 10:06:01:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-18-2023 10:06:01:STARTING TEST : baseUriIsIgnoredStringTest() 05-18-2023 10:06:01:Created URI http://oracle.com:888/resource/something 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:The base uri http://ignored.com has been ignored as expected 05-18-2023 10:06:01:FINISHED TEST : baseUriIsIgnoredStringTest() 05-18-2023 10:06:01:STARTING TEST : buildRelativizedTest() 05-18-2023 10:06:01:Found expected a/b/c 05-18-2023 10:06:01:Absolute http://oracle.com:888/ has not been found as expected in link 05-18-2023 10:06:01:FINISHED TEST : buildRelativizedTest() 05-18-2023 10:06:01:STARTING TEST : paramTest() 05-18-2023 10:06:01:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 05-18-2023 10:06:01:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 05-18-2023 10:06:01:#param set correct parameters 05-18-2023 10:06:01:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : valueOfTest() 05-18-2023 10:06:01:FINISHED TEST : valueOfTest() 05-18-2023 10:06:01:STARTING TEST : noStoreTest() 05-18-2023 10:06:01:FINISHED TEST : noStoreTest() 05-18-2023 10:06:01:STARTING TEST : valueOfTest1() 05-18-2023 10:06:01:FINISHED TEST : valueOfTest1() 05-18-2023 10:06:01:STARTING TEST : revalidateTest() 05-18-2023 10:06:01:FINISHED TEST : revalidateTest() 05-18-2023 10:06:01:STARTING TEST : maxAgeTest() 05-18-2023 10:06:01:FINISHED TEST : maxAgeTest() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : getExtensionTest() 05-18-2023 10:06:01:FINISHED TEST : getExtensionTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : noCacheTest() 05-18-2023 10:06:01:FINISHED TEST : noCacheTest() 05-18-2023 10:06:01:STARTING TEST : noTransformTest() 05-18-2023 10:06:01:FINISHED TEST : noTransformTest() 05-18-2023 10:06:01:STARTING TEST : sMaxAgeTest() 05-18-2023 10:06:01:FINISHED TEST : sMaxAgeTest() 05-18-2023 10:06:01:STARTING TEST : proxyRevalidateTest() 05-18-2023 10:06:01:FINISHED TEST : proxyRevalidateTest() 05-18-2023 10:06:01:STARTING TEST : emptyConstructorTest() 05-18-2023 10:06:01:FINISHED TEST : emptyConstructorTest() 05-18-2023 10:06:01:STARTING TEST : privateTest() 05-18-2023 10:06:01:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-18-2023 10:06:01:STARTING TEST : registerClassContractsTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:FINISHED TEST : registerClassContractsTest() 05-18-2023 10:06:01:STARTING TEST : registerFeatureInstanceReturningFalseTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 05-18-2023 10:06:01:STARTING TEST : registerFeatureClassReturningFalseTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:Found 1 features 05-18-2023 10:06:01:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:Thrown IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringTest() 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringTest() 05-18-2023 10:06:01:STARTING TEST : equalsTest2() 05-18-2023 10:06:01:FINISHED TEST : equalsTest2() 05-18-2023 10:06:01:STARTING TEST : equalsTest3() 05-18-2023 10:06:01:FINISHED TEST : equalsTest3() 05-18-2023 10:06:01:STARTING TEST : encodingsTest() 05-18-2023 10:06:01:FINISHED TEST : encodingsTest() 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringStringStringTest() 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringStringStringTest() 05-18-2023 10:06:01:STARTING TEST : languagesTest() 05-18-2023 10:06:01:FINISHED TEST : languagesTest() 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:Thrown IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : constructorTest1() 05-18-2023 10:06:01:FINISHED TEST : constructorTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest2() 05-18-2023 10:06:01:FINISHED TEST : constructorTest2() 05-18-2023 10:06:01:STARTING TEST : constructorTest3() 05-18-2023 10:06:01:FINISHED TEST : constructorTest3() 05-18-2023 10:06:01:STARTING TEST : equalTest1() 05-18-2023 10:06:01:FINISHED TEST : equalTest1() 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:Thrown IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : getLanguageStringTest() 05-18-2023 10:06:01:#getLanguageString returned exected language string 05-18-2023 10:06:01:FINISHED TEST : getLanguageStringTest() 05-18-2023 10:06:01:STARTING TEST : constructorMediaStringStringStringTest() 05-18-2023 10:06:01:FINISHED TEST : constructorMediaStringStringStringTest() 05-18-2023 10:06:01:STARTING TEST : mediaTypesTest() 05-18-2023 10:06:01:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : unmarshallTest() 05-18-2023 10:06:01:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 05-18-2023 10:06:01:FINISHED TEST : unmarshallTest() 05-18-2023 10:06:01:STARTING TEST : marshallTest() 05-18-2023 10:06:01:Marshalled Link contains expected 05-18-2023 10:06:01:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:01:STARTING TEST : getTitleTest() 05-18-2023 10:06:01:Found expected TITLETITLE 05-18-2023 10:06:01:FINISHED TEST : getTitleTest() 05-18-2023 10:06:01:STARTING TEST : fromUriStringTest() 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:Found expected resource 05-18-2023 10:06:01:Found expected get 05-18-2023 10:06:01:Link has been created from URI http://oracle.com:888/resource/GET 05-18-2023 10:06:01:FINISHED TEST : fromUriStringTest() 05-18-2023 10:06:01:STARTING TEST : constructorTest() 05-18-2023 10:06:01:new Link() call iss successfull 05-18-2023 10:06:01:FINISHED TEST : constructorTest() 05-18-2023 10:06:01:STARTING TEST : getUriBuilderTest() 05-18-2023 10:06:01:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-18-2023 10:06:01:FINISHED TEST : getUriBuilderTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:06:01:Found expected http://oracle.com:888/resource/get 05-18-2023 10:06:01:Found expected http://oracle.com:888/resource/consumesappjson 05-18-2023 10:06:01:Opaque Link has been used in Client.invocation() sucessfully 05-18-2023 10:06:01:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-18-2023 10:06:01:IllegalArgumentException has been successfully thrown 05-18-2023 10:06:01:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-18-2023 10:06:01:STARTING TEST : fromUriBuilderTest() 05-18-2023 10:06:01:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-18-2023 10:06:01:FINISHED TEST : fromUriBuilderTest() 05-18-2023 10:06:01:STARTING TEST : fromLinkTest() 05-18-2023 10:06:01:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 05-18-2023 10:06:01:FINISHED TEST : fromLinkTest() 05-18-2023 10:06:01:STARTING TEST : fromPathTest() 05-18-2023 10:06:01:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 05-18-2023 10:06:01:FINISHED TEST : fromPathTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 05-18-2023 10:06:01:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : serializationFromResourceTest() 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 05-18-2023 10:06:01:serialization works for method get 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 05-18-2023 10:06:01:serialization works for method trace 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 05-18-2023 10:06:01:serialization works for method delete 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 05-18-2023 10:06:01:serialization works for method consumesAppJson 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 05-18-2023 10:06:01:serialization works for method producesSvgXml 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 05-18-2023 10:06:01:serialization works for method producesXml 05-18-2023 10:06:01:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 05-18-2023 10:06:01:serialization works for method consumesForm 05-18-2023 10:06:01:Serialization with #toString() of Resource method links is sucessfull 05-18-2023 10:06:01:FINISHED TEST : serializationFromResourceTest() 05-18-2023 10:06:01:STARTING TEST : fromPathThrowsIAETest() 05-18-2023 10:06:01:fromPath(null) throws IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : fromPathThrowsIAETest() 05-18-2023 10:06:01:STARTING TEST : getParamsFromBuilderTest() 05-18-2023 10:06:01:Found expected titletitle 05-18-2023 10:06:01:Found expected RELREL 05-18-2023 10:06:01:Found expected typetype 05-18-2023 10:06:01:Found expected newparamvalue 05-18-2023 10:06:01:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 05-18-2023 10:06:01:FINISHED TEST : getParamsFromBuilderTest() 05-18-2023 10:06:01:STARTING TEST : getTypeIsNullTest() 05-18-2023 10:06:01:#getType( returns null as expected 05-18-2023 10:06:01:FINISHED TEST : getTypeIsNullTest() 05-18-2023 10:06:01:STARTING TEST : fromUriTest() 05-18-2023 10:06:01:Found expected http://oracle.com:888/ 05-18-2023 10:06:01:Found expected resource 05-18-2023 10:06:01:Found expected get 05-18-2023 10:06:01:Link has been created from URI http://oracle.com:888/resource/GET 05-18-2023 10:06:01:FINISHED TEST : fromUriTest() 05-18-2023 10:06:01:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:Link#vaueOf() throws IllegalArgumentException as expected 05-18-2023 10:06:01:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : getTitleIsNullTest() 05-18-2023 10:06:01:#getTitle( returns null as expected 05-18-2023 10:06:01:FINISHED TEST : getTitleIsNullTest() 05-18-2023 10:06:01:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : getParamsFromResourceTest() {title=Title} 05-18-2023 10:06:01:Found expected Title 05-18-2023 10:06:01:{title=Title} found as expected 05-18-2023 10:06:01:FINISHED TEST : getParamsFromResourceTest() 05-18-2023 10:06:01:STARTING TEST : getUriTest() 05-18-2023 10:06:01:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-18-2023 10:06:01:FINISHED TEST : getUriTest() 05-18-2023 10:06:01:STARTING TEST : fromMethodTest() 05-18-2023 10:06:01:Found expected 05-18-2023 10:06:01:Link has been created 05-18-2023 10:06:01:FINISHED TEST : fromMethodTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-18-2023 10:06:01:IllegalArgumentException has been successfully thrown 05-18-2023 10:06:01:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-18-2023 10:06:01:STARTING TEST : getTypeTest() 05-18-2023 10:06:01:Found expected TYPETYPE 05-18-2023 10:06:01:FINISHED TEST : getTypeTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceTest() 05-18-2023 10:06:01:Found expected 05-18-2023 10:06:01:type is not in as expected 05-18-2023 10:06:01:Link has been created 05-18-2023 10:06:01:FINISHED TEST : fromResourceTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceWithMediaTypeTest() 05-18-2023 10:06:01:Found expected 05-18-2023 10:06:01:type="text/html" is not in as expected 05-18-2023 10:06:01:Link has been created 05-18-2023 10:06:01:FINISHED TEST : fromResourceWithMediaTypeTest() 05-18-2023 10:06:01:STARTING TEST : getRelsTest() 05-18-2023 10:06:01:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 05-18-2023 10:06:01:FINISHED TEST : getRelsTest() 05-18-2023 10:06:01:STARTING TEST : fromPathWithUriTemplateParamsTest() 05-18-2023 10:06:01:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 05-18-2023 10:06:01:FINISHED TEST : fromPathWithUriTemplateParamsTest() 05-18-2023 10:06:01:STARTING TEST : getRelsIsEmptyTest() 05-18-2023 10:06:01:#getRel() return empty list as expected 05-18-2023 10:06:01:FINISHED TEST : getRelsIsEmptyTest() 05-18-2023 10:06:01:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-18-2023 10:06:01:IllegalArgumentException has been successfully thrown 05-18-2023 10:06:01:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-18-2023 10:06:01:STARTING TEST : getRelIsEmptyListTest() 05-18-2023 10:06:01:#getRel() returns expected null 05-18-2023 10:06:01:FINISHED TEST : getRelIsEmptyListTest() 05-18-2023 10:06:01:STARTING TEST : getRelTest() 05-18-2023 10:06:01:#getRel() return expected rel 05-18-2023 10:06:01:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : isRegisteredProviderRegisteredClassTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found registered CallableProvider1 as expected on Client configuration 05-18-2023 10:06:01:Found registered CallableProvider2 as expected on WebTarget configuration 05-18-2023 10:06:01:Found registered CallableProvider1 as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 05-18-2023 10:06:01:STARTING TEST : getRuntimeTypeTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getRuntimeType() is CLIENT as expected on Client configuration 05-18-2023 10:06:01:#getRuntimeType() is CLIENT as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : getRuntimeTypeTest() 05-18-2023 10:06:01:STARTING TEST : getContractsTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 05-18-2023 10:06:01:Found expected priority 124 05-18-2023 10:06:01:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 05-18-2023 10:06:01:Found expected priority 124 05-18-2023 10:06:01:FINISHED TEST : getContractsTest() 05-18-2023 10:06:01:STARTING TEST : getContractsIsNeverNullTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getContracts() is not null as expected on Client configuration 05-18-2023 10:06:01:#getContracts() is not null as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : getContractsIsNeverNullTest() 05-18-2023 10:06:01:STARTING TEST : getClassesIsNeverNullTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getClasses() is not null as expected on Client configuration 05-18-2023 10:06:01:#getClasses() is not null as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : getClassesIsNeverNullTest() 05-18-2023 10:06:01:STARTING TEST : getClassesTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 providers 05-18-2023 10:06:01:Found 2 providers 05-18-2023 10:06:01:FINISHED TEST : getClassesTest() 05-18-2023 10:06:01:STARTING TEST : getInstancesIsImmutableTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 0 providers 05-18-2023 10:06:01:Found 0 providers 05-18-2023 10:06:01:FINISHED TEST : getInstancesIsImmutableTest() 05-18-2023 10:06:01:STARTING TEST : getPropertiesIsImmutableTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 properties 05-18-2023 10:06:01:Found 2 properties 05-18-2023 10:06:01:FINISHED TEST : getPropertiesIsImmutableTest() 05-18-2023 10:06:01:STARTING TEST : getPropertyNamesTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 properties 05-18-2023 10:06:01:Found 2 properties 05-18-2023 10:06:01:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:06:01:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getProperty('nonexisting') is null as expected 05-18-2023 10:06:01:#getProperty('nonexisting') is null as expected 05-18-2023 10:06:01:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:06:01:STARTING TEST : getPropertyTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found property0 05-18-2023 10:06:01:Found property1 05-18-2023 10:06:01:FINISHED TEST : getPropertyTest() 05-18-2023 10:06:01:STARTING TEST : getInstancesIsNeverNullTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:#getInstances() is not null as expected on Client configuration 05-18-2023 10:06:01:#getInstances() is not null as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : getInstancesIsNeverNullTest() 05-18-2023 10:06:01:STARTING TEST : getPropertiesTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 properties 05-18-2023 10:06:01:Found 2 properties 05-18-2023 10:06:01:FINISHED TEST : getPropertiesTest() 05-18-2023 10:06:01:STARTING TEST : getClassesIsImmutableTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 0 providers 05-18-2023 10:06:01:Found 0 providers 05-18-2023 10:06:01:Found 0 providers 05-18-2023 10:06:01:FINISHED TEST : getClassesIsImmutableTest() 05-18-2023 10:06:01:STARTING TEST : getInstancesTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 providers 05-18-2023 10:06:01:Found 2 providers 05-18-2023 10:06:01:FINISHED TEST : getInstancesTest() 05-18-2023 10:06:01:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found registered CallableProvider1 as expected on Client configuration 05-18-2023 10:06:01:Found registered CallableProvider2 as expected on WebTarget configuration 05-18-2023 10:06:01:Found registered CallableProvider1 as expected on WebTarget configuration 05-18-2023 10:06:01:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 05-18-2023 10:06:01:STARTING TEST : getPropertyNamesIsImmutableTest() 05-18-2023 10:06:01:Already registered 0 classes 05-18-2023 10:06:01:Already registered 0 instances 05-18-2023 10:06:01:Already registered 0 properties 05-18-2023 10:06:01:Found 1 properties 05-18-2023 10:06:01:Found 2 properties 05-18-2023 10:06:01:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : uriConstructorTest() 05-18-2023 10:06:01:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-18-2023 10:06:01:Link.JaxbLink.getParams() is empty as expected 05-18-2023 10:06:01:FINISHED TEST : uriConstructorTest() 05-18-2023 10:06:01:STARTING TEST : defaultConstructorTest() 05-18-2023 10:06:01:Link.JaxbLink.getUri() is empty as expected 05-18-2023 10:06:01:Link.JaxbLink.getParams() is empty as expected 05-18-2023 10:06:01:FINISHED TEST : defaultConstructorTest() 05-18-2023 10:06:01:STARTING TEST : uriParamsConstructorTest() 05-18-2023 10:06:01:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-18-2023 10:06:01:Link.JaxbLink.getParams() contains qName as expected 05-18-2023 10:06:01:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : valueOfTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : valueOfTest() 05-18-2023 10:06:01:STARTING TEST : valueOfTest1() 05-18-2023 10:06:01:FINISHED TEST : valueOfTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest1() 05-18-2023 10:06:01:FINISHED TEST : constructorTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest2() 05-18-2023 10:06:01:FINISHED TEST : constructorTest2() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 05-18-2023 10:06:01:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 05-18-2023 10:06:01:Method did return immediatelly for empty array 05-18-2023 10:06:01:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 05-18-2023 10:06:01:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-18-2023 10:06:01:Method did return immediatelly for empty array 05-18-2023 10:06:01:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenEmptyTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenEmptyTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenSingleItemTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenSingleItemTest() 05-18-2023 10:06:01:STARTING TEST : addAllValuesThrowNPETest() 05-18-2023 10:06:01:NullPointerException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : addAllValuesThrowNPETest() 05-18-2023 10:06:01:STARTING TEST : addAllValuesNullKeyTest() 05-18-2023 10:06:01:All values have been added for null key 05-18-2023 10:06:01:FINISHED TEST : addAllValuesNullKeyTest() 05-18-2023 10:06:01:STARTING TEST : addAllListThrowNPETest() 05-18-2023 10:06:01:NullPointerException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : addAllListThrowNPETest() 05-18-2023 10:06:01:STARTING TEST : addFirstTest() 05-18-2023 10:06:01:#addFirst added new item to a first position 05-18-2023 10:06:01:FINISHED TEST : addFirstTest() 05-18-2023 10:06:01:STARTING TEST : putSingleTest() 05-18-2023 10:06:01:FINISHED TEST : putSingleTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenMoreItemsTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenMoreItemsTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenFirstErasedTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenFirstErasedTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenListClearedTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenListClearedTest() 05-18-2023 10:06:01:STARTING TEST : equalsIgnoreValueOrderTest() 05-18-2023 10:06:01:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 05-18-2023 10:06:01:FINISHED TEST : equalsIgnoreValueOrderTest() 05-18-2023 10:06:01:STARTING TEST : addAllListNullKeyTest() 05-18-2023 10:06:01:All values have been added for null key 05-18-2023 10:06:01:FINISHED TEST : addAllListNullKeyTest() 05-18-2023 10:06:01:STARTING TEST : addAllValuesTest() 05-18-2023 10:06:01:All values have been added for key key0 05-18-2023 10:06:01:FINISHED TEST : addAllValuesTest() 05-18-2023 10:06:01:STARTING TEST : getFirstWhenKeyIsNullTest() 05-18-2023 10:06:01:FINISHED TEST : getFirstWhenKeyIsNullTest() 05-18-2023 10:06:01:STARTING TEST : addAllListTest() 05-18-2023 10:06:01:All values have been added for key key0 05-18-2023 10:06:01: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.generictype.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : constructorWithTypeTest() 05-18-2023 10:06:01:Succesfully created GenericType>(Type) instance 05-18-2023 10:06:01:FINISHED TEST : constructorWithTypeTest() 05-18-2023 10:06:01:STARTING TEST : constructorProtectedTest() 05-18-2023 10:06:01:Succesfully created GenericType>(){} instance 05-18-2023 10:06:01:FINISHED TEST : constructorProtectedTest() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:The tested GenericType> instances are equal 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest() 05-18-2023 10:06:01:Both GenericType instances have the same hashCode() 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : languageTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : languageTest() 05-18-2023 10:06:01:STARTING TEST : getLocationNotPresentTest() 05-18-2023 10:06:01:#getLocation returns null as expected 05-18-2023 10:06:01:FINISHED TEST : getLocationNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:01:HeaderDelegate is used for header s3 05-18-2023 10:06:01:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:01:STARTING TEST : getLinksIsNotNullTest() 05-18-2023 10:06:01:#getLinks contains no links as expected 05-18-2023 10:06:01:FINISHED TEST : getLinksIsNotNullTest() 05-18-2023 10:06:01:STARTING TEST : cacheControlTest() 05-18-2023 10:06:01:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-18-2023 10:06:01:FINISHED TEST : cacheControlTest() 05-18-2023 10:06:01:STARTING TEST : acceptedStringTest() 05-18-2023 10:06:01:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-18-2023 10:06:01:FINISHED TEST : acceptedStringTest() 05-18-2023 10:06:01:STARTING TEST : seeOtherTest() 05-18-2023 10:06:01: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/ 05-18-2023 10:06:01:FINISHED TEST : seeOtherTest() 05-18-2023 10:06:01:STARTING TEST : getLinkBuilderForTheRelationTest() 05-18-2023 10:06:01:#getLinkBuilder creates correct Link for given relation 05-18-2023 10:06:01:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-18-2023 10:06:01:STARTING TEST : getEntityTagNotPresentTest() 05-18-2023 10:06:01:#getEntityTag() is null as expected 05-18-2023 10:06:01:FINISHED TEST : getEntityTagNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getLinksTest() 05-18-2023 10:06:01:#getLinks contains expected links 05-18-2023 10:06:01:FINISHED TEST : getLinksTest() 05-18-2023 10:06:01:STARTING TEST : variantTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : variantTest() 05-18-2023 10:06:01:STARTING TEST : cookieTest() 05-18-2023 10:06:01: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. 05-18-2023 10:06:01:FINISHED TEST : cookieTest() 05-18-2023 10:06:01:STARTING TEST : lastModifiedTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : lastModifiedTest() 05-18-2023 10:06:01:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:01:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4d201ae0,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@79bec680,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7f8515a9 05-18-2023 10:06:01:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:01:STARTING TEST : getLanguageNotPresentTest() 05-18-2023 10:06:01:#getLanguage() is null as expected 05-18-2023 10:06:01:FINISHED TEST : getLanguageNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : entityTest() 05-18-2023 10:06:01:Correct content found in Response: Test Only Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : entityTest() 05-18-2023 10:06:01:STARTING TEST : okTest1() 05-18-2023 10:06:01:Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : okTest1() 05-18-2023 10:06:01:STARTING TEST : okTest2() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : okTest2() 05-18-2023 10:06:01:STARTING TEST : okTest3() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : okTest3() 05-18-2023 10:06:01:STARTING TEST : okTest4() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : okTest4() 05-18-2023 10:06:01:STARTING TEST : okTest5() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : okTest5() 05-18-2023 10:06:01:STARTING TEST : temporaryRedirectTest() 05-18-2023 10:06:01: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/ 05-18-2023 10:06:01:FINISHED TEST : temporaryRedirectTest() 05-18-2023 10:06:01:STARTING TEST : getMediaTypeTest() 05-18-2023 10:06:01:#getMediaType returned expected MediaType 05-18-2023 10:06:01:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:06:01:STARTING TEST : fromResponseTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : fromResponseTest() 05-18-2023 10:06:01:STARTING TEST : getLinkTest() 05-18-2023 10:06:01:#getLink matches expected Link 05-18-2023 10:06:01:FINISHED TEST : getLinkTest() 05-18-2023 10:06:01:STARTING TEST : statusTest1() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest1() 05-18-2023 10:06:01:STARTING TEST : statusTest2() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest2() 05-18-2023 10:06:01:STARTING TEST : statusTest3() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest3() 05-18-2023 10:06:01:STARTING TEST : statusTest4() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest4() 05-18-2023 10:06:01:STARTING TEST : statusTest5() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : statusTest5() 05-18-2023 10:06:01:STARTING TEST : statusTest7() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : statusTest7() 05-18-2023 10:06:01:STARTING TEST : tagTest1() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : tagTest1() 05-18-2023 10:06:01:STARTING TEST : tagTest2() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : tagTest2() 05-18-2023 10:06:01:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:IllegalStateException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:06:01:getHeaders is mutable 05-18-2023 10:06:01:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:06:01:STARTING TEST : typeTest() 05-18-2023 10:06:01:Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : typeTest() 05-18-2023 10:06:01:STARTING TEST : cloneTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : cloneTest() 05-18-2023 10:06:01:STARTING TEST : acceptedGenericEntityTest() 05-18-2023 10:06:01:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-18-2023 10:06:01:FINISHED TEST : acceptedGenericEntityTest() 05-18-2023 10:06:01:STARTING TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:01:#hasLink has not found any Link as expected 05-18-2023 10:06:01:FINISHED TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:01:STARTING TEST : createdTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : createdTest() 05-18-2023 10:06:01:STARTING TEST : getLanguageTest() 05-18-2023 10:06:01:#getLocale matches the Content-Language HTTP header 05-18-2023 10:06:01:FINISHED TEST : getLanguageTest() 05-18-2023 10:06:01:STARTING TEST : notAcceptableTest() 05-18-2023 10:06:01:Correct status found in Response: 406 05-18-2023 10:06:01:FINISHED TEST : notAcceptableTest() 05-18-2023 10:06:01:STARTING TEST : getDateTest() 05-18-2023 10:06:01:#getDate matches the Date HTTP header 05-18-2023 10:06:01:FINISHED TEST : getDateTest() 05-18-2023 10:06:01:STARTING TEST : languageTest1() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : languageTest1() 05-18-2023 10:06:01:STARTING TEST : notModifiedTest1() 05-18-2023 10:06:01:Correct status found in Response: 304 05-18-2023 10:06:01:FINISHED TEST : notModifiedTest1() 05-18-2023 10:06:01:STARTING TEST : notModifiedTest2() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : notModifiedTest2() 05-18-2023 10:06:01:STARTING TEST : notModifiedTest3() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : notModifiedTest3() 05-18-2023 10:06:01:STARTING TEST : getDateNotPresentTest() 05-18-2023 10:06:01:#getDate is null as expected 05-18-2023 10:06:01:FINISHED TEST : getDateNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getHeaderStringTest() 05-18-2023 10:06:01:Found following objects: 05-18-2023 10:06:01:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu May 18 10:06:01 UTC 2023 Content-Language:fr_CA 05-18-2023 10:06:01:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:06:01:STARTING TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:06:01:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3ebb8dbc,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6b1b6094,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4c45236d 05-18-2023 10:06:01:FINISHED TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:06:01:STARTING TEST : getAllowedMethodsTest() 05-18-2023 10:06:01:#getAllowedMethods returned expected methods TRACE;POST 05-18-2023 10:06:01:FINISHED TEST : getAllowedMethodsTest() 05-18-2023 10:06:01:STARTING TEST : locationTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : locationTest() 05-18-2023 10:06:01:STARTING TEST : getLengthNotPresentTest() 05-18-2023 10:06:01:#getLength matches expected Content-Length -1 05-18-2023 10:06:01:FINISHED TEST : getLengthNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-18-2023 10:06:01:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:STARTING TEST : statusFamilyValueOfTest() 05-18-2023 10:06:01:FINISHED TEST : statusFamilyValueOfTest() 05-18-2023 10:06:01:STARTING TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:01:#getCookies is read-only as expected 05-18-2023 10:06:01:FINISHED TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:01:STARTING TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:06:01:toString method is used as expected 05-18-2023 10:06:01:FINISHED TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:06:01:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:#bufferEntity throws IllegalStateException as expected 05-18-2023 10:06:01:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:STARTING TEST : acceptedNoArgTest() 05-18-2023 10:06:01:Correct status found in Response: 202 05-18-2023 10:06:01:FINISHED TEST : acceptedNoArgTest() 05-18-2023 10:06:01:STARTING TEST : getFamilyTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : getFamilyTest() 05-18-2023 10:06:01:STARTING TEST : typeTest1() 05-18-2023 10:06:01:Correct status found in Response: 200 Content Type text/html was found 05-18-2023 10:06:01:FINISHED TEST : typeTest1() 05-18-2023 10:06:01:STARTING TEST : getEntityTagTest() 05-18-2023 10:06:01:#getEntityTag is "getEntityTag" as expected 05-18-2023 10:06:01:FINISHED TEST : getEntityTagTest() 05-18-2023 10:06:01:STARTING TEST : noContentTest() 05-18-2023 10:06:01:Correct status found in Response: 204 05-18-2023 10:06:01:FINISHED TEST : noContentTest() 05-18-2023 10:06:01:STARTING TEST : getHeadersTest() 05-18-2023 10:06:01:Found following objects: 05-18-2023 10:06:01:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu May 18 10:06:01 UTC 2023 Content-Language:fr_CA 05-18-2023 10:06:01:FINISHED TEST : getHeadersTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : getLastModifiedNotPresentTest() 05-18-2023 10:06:01:#getLastModified() is null as expected 05-18-2023 10:06:01:FINISHED TEST : getLastModifiedNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getStatusInfoTest() 05-18-2023 10:06:01:#getStatusInfo returned expected StatusTypes 05-18-2023 10:06:01:FINISHED TEST : getStatusInfoTest() 05-18-2023 10:06:01:STARTING TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:01:#hasEntity found the entity as expected 05-18-2023 10:06:01:FINISHED TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:01:STARTING TEST : getLengthTest() 05-18-2023 10:06:01:#getLength matches expected Content-Length 10 05-18-2023 10:06:01:FINISHED TEST : getLengthTest() 05-18-2023 10:06:01:STARTING TEST : contentLocationTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : contentLocationTest() 05-18-2023 10:06:01:STARTING TEST : getReasonPhraseTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : getReasonPhraseTest() 05-18-2023 10:06:01:STARTING TEST : getLastModifiedTest() 05-18-2023 10:06:01:#getLastModified matches the Last-Modified HTTP header 05-18-2023 10:06:01:FINISHED TEST : getLastModifiedTest() 05-18-2023 10:06:01:STARTING TEST : serverErrorTest() 05-18-2023 10:06:01:Correct status found in Response: 500 05-18-2023 10:06:01:FINISHED TEST : serverErrorTest() 05-18-2023 10:06:01:STARTING TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:01:#hasEntity found the Link as expected 05-18-2023 10:06:01:FINISHED TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:01:STARTING TEST : statusValueOfTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : statusValueOfTest() 05-18-2023 10:06:01:STARTING TEST : getLocationTest() 05-18-2023 10:06:01:#getLocation contains expected location 05-18-2023 10:06:01:FINISHED TEST : getLocationTest() 05-18-2023 10:06:01:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-18-2023 10:06:01:#bufferEntity did ignore no backing stream as expected 05-18-2023 10:06:01:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-18-2023 10:06:01:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:06:01:#getLinkBuilder returned null as expected 05-18-2023 10:06:01:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:06:01:STARTING TEST : getLinkNotPresentTest() 05-18-2023 10:06:01:#getLink return null as expected 05-18-2023 10:06:01:FINISHED TEST : getLinkNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-18-2023 10:06:01:#getMediaType returned null as expected 05-18-2023 10:06:01:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-18-2023 10:06:01:STARTING TEST : variantsTest() 05-18-2023 10:06:01:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 05-18-2023 10:06:01:FINISHED TEST : variantsTest() 05-18-2023 10:06:01:STARTING TEST : getCookiesTest() 05-18-2023 10:06:01: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. 05-18-2023 10:06:01:#getCookies returned expected cookies 05-18-2023 10:06:01:FINISHED TEST : getCookiesTest() 05-18-2023 10:06:01:STARTING TEST : statusFamilyValuesTest() 05-18-2023 10:06:01:FINISHED TEST : statusFamilyValuesTest() 05-18-2023 10:06:01:STARTING TEST : headerTest() 05-18-2023 10:06:01: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. 05-18-2023 10:06:01:FINISHED TEST : headerTest() 05-18-2023 10:06:01:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:06:01:#hasEntity has not found any entity as expected 05-18-2023 10:06:01:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:Got expected template {v}/{w}/{x}/{y}/{w} 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:STARTING TEST : toTemplateTest() 05-18-2023 10:06:01:Got expected template {v}/{w}/{x}/{y}/{w} 05-18-2023 10:06:01:FINISHED TEST : toTemplateTest() 05-18-2023 10:06:01:STARTING TEST : replacePathTest1() 05-18-2023 10:06:01:FINISHED TEST : replacePathTest1() 05-18-2023 10:06:01:STARTING TEST : replacePathTest2() 05-18-2023 10:06:01:FINISHED TEST : replacePathTest2() 05-18-2023 10:06:01:STARTING TEST : replacePathTest3() 05-18-2023 10:06:01:FINISHED TEST : replacePathTest3() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : uriStringTest() 05-18-2023 10:06:01:FINISHED TEST : uriStringTest() 05-18-2023 10:06:01:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-18-2023 10:06:01: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. 05-18-2023 10:06:01:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-18-2023 10:06:01:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 05-18-2023 10:06:01:#IllegalArgumentException has been thrown as expected for #uri(noURI) 05-18-2023 10:06:01:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:STARTING TEST : fromLinkTest() 05-18-2023 10:06:01:URI fromLink is equal to the expected URI 05-18-2023 10:06:01:FINISHED TEST : fromLinkTest() 05-18-2023 10:06:01:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-18-2023 10:06:01:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-18-2023 10:06:01:STARTING TEST : uriTest1() 05-18-2023 10:06:01:FINISHED TEST : uriTest1() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-18-2023 10:06:01:STARTING TEST : replaceQueryParamTest1() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryParamTest1() 05-18-2023 10:06:01:STARTING TEST : replaceQueryParamTest2() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryParamTest2() 05-18-2023 10:06:01:STARTING TEST : replaceQueryParamTest3() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryParamTest3() 05-18-2023 10:06:01:STARTING TEST : schemeTest1() 05-18-2023 10:06:01:FINISHED TEST : schemeTest1() 05-18-2023 10:06:01:STARTING TEST : schemeTest2() 05-18-2023 10:06:01:FINISHED TEST : schemeTest2() 05-18-2023 10:06:01:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 05-18-2023 10:06:01:STARTING TEST : buildFromMapTest1() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapTest1() 05-18-2023 10:06:01:STARTING TEST : buildFromMapTest2() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapTest2() 05-18-2023 10:06:01:STARTING TEST : buildFromMapTest3() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapTest3() 05-18-2023 10:06:01:STARTING TEST : buildFromMapTest4() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapTest4() 05-18-2023 10:06:01:STARTING TEST : buildFromMapTest5() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapTest5() 05-18-2023 10:06:01:STARTING TEST : fragmentTest1() 05-18-2023 10:06:01:FINISHED TEST : fragmentTest1() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : hostTest1() 05-18-2023 10:06:01:FINISHED TEST : hostTest1() 05-18-2023 10:06:01:STARTING TEST : hostTest2() 05-18-2023 10:06:01:FINISHED TEST : hostTest2() 05-18-2023 10:06:01:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-18-2023 10:06:01:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 05-18-2023 10:06:01:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-18-2023 10:06:01:STARTING TEST : userInfoTest() foo:foo foo:foo 05-18-2023 10:06:01:FINISHED TEST : userInfoTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-18-2023 10:06:01:Got expected template {v}/{w}/{x}/{y}/{w} 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-18-2023 10:06:01:STARTING TEST : buildTest1() 05-18-2023 10:06:01:FINISHED TEST : buildTest1() 05-18-2023 10:06:01:STARTING TEST : buildTest2() 05-18-2023 10:06:01:FINISHED TEST : buildTest2() 05-18-2023 10:06:01:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-18-2023 10:06:01:STARTING TEST : pathTest0() 05-18-2023 10:06:01:FINISHED TEST : pathTest0() 05-18-2023 10:06:01:STARTING TEST : pathTest1() 05-18-2023 10:06:01:FINISHED TEST : pathTest1() 05-18-2023 10:06:01:STARTING TEST : pathTest2() 05-18-2023 10:06:01:FINISHED TEST : pathTest2() 05-18-2023 10:06:01:STARTING TEST : pathTest3() 05-18-2023 10:06:01:FINISHED TEST : pathTest3() 05-18-2023 10:06:01:STARTING TEST : pathTest4() 05-18-2023 10:06:01:FINISHED TEST : pathTest4() 05-18-2023 10:06:01:STARTING TEST : pathTest5() 05-18-2023 10:06:01:FINISHED TEST : pathTest5() 05-18-2023 10:06:01:STARTING TEST : pathTest6() 05-18-2023 10:06:01:FINISHED TEST : pathTest6() 05-18-2023 10:06:01:STARTING TEST : pathTest7() 05-18-2023 10:06:01:FINISHED TEST : pathTest7() 05-18-2023 10:06:01:STARTING TEST : pathTest8() 05-18-2023 10:06:01:FINISHED TEST : pathTest8() 05-18-2023 10:06:01:STARTING TEST : pathTest9() 05-18-2023 10:06:01:FINISHED TEST : pathTest9() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : templateTest1() 05-18-2023 10:06:01:FINISHED TEST : templateTest1() 05-18-2023 10:06:01:STARTING TEST : templateTest2() 05-18-2023 10:06:01:FINISHED TEST : templateTest2() 05-18-2023 10:06:01:STARTING TEST : uriTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : uriTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-18-2023 10:06:01:STARTING TEST : uriStringThrowsIAEWhenNullTest() 05-18-2023 10:06:01:#IllegalArgumentException has been thrown as expected for #uri(null) 05-18-2023 10:06:01:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 05-18-2023 10:06:01:STARTING TEST : replaceQueryTest1() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryTest1() 05-18-2023 10:06:01:STARTING TEST : replaceQueryTest2() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryTest2() 05-18-2023 10:06:01:STARTING TEST : replaceQueryTest3() 05-18-2023 10:06:01:FINISHED TEST : replaceQueryTest3() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesFromEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : uriBuilderExceptionTest1() 05-18-2023 10:06:01:FINISHED TEST : uriBuilderExceptionTest1() 05-18-2023 10:06:01:STARTING TEST : uriBuilderExceptionTest2() 05-18-2023 10:06:01:FINISHED TEST : uriBuilderExceptionTest2() 05-18-2023 10:06:01:STARTING TEST : uriBuilderExceptionTest3() 05-18-2023 10:06:01:FINISHED TEST : uriBuilderExceptionTest3() 05-18-2023 10:06:01:STARTING TEST : uriBuilderExceptionTest4() 05-18-2023 10:06:01:FINISHED TEST : uriBuilderExceptionTest4() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixParamTest1() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixParamTest1() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixParamTest2() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixParamTest2() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixParamTest3() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixParamTest3() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixParamTest4() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixParamTest4() 05-18-2023 10:06:01:STARTING TEST : buildObjectsBooleanEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : buildObjectsBooleanEncodedTest() 05-18-2023 10:06:01:STARTING TEST : schemeSpecificPartTest1() 05-18-2023 10:06:01:FINISHED TEST : schemeSpecificPartTest1() 05-18-2023 10:06:01:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixTest1() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixTest1() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixTest2() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixTest2() 05-18-2023 10:06:01:STARTING TEST : replaceMatrixTest3() 05-18-2023 10:06:01:FINISHED TEST : replaceMatrixTest3() 05-18-2023 10:06:01:STARTING TEST : segmentTest1() 05-18-2023 10:06:01:FINISHED TEST : segmentTest1() 05-18-2023 10:06:01:STARTING TEST : segmentTest2() 05-18-2023 10:06:01:FINISHED TEST : segmentTest2() 05-18-2023 10:06:01:STARTING TEST : segmentTest3() 05-18-2023 10:06:01:FINISHED TEST : segmentTest3() 05-18-2023 10:06:01:STARTING TEST : fromResourceTest1() 05-18-2023 10:06:01:FINISHED TEST : fromResourceTest1() 05-18-2023 10:06:01:STARTING TEST : fromResourceTest2() 05-18-2023 10:06:01:FINISHED TEST : fromResourceTest2() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-18-2023 10:06:01:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-18-2023 10:06:01:STARTING TEST : schemeSpecificPartTest() 05-18-2023 10:06:01:FINISHED TEST : schemeSpecificPartTest() 05-18-2023 10:06:01:STARTING TEST : matrixParamTest1() 05-18-2023 10:06:01:FINISHED TEST : matrixParamTest1() 05-18-2023 10:06:01:STARTING TEST : matrixParamTest2() 05-18-2023 10:06:01:FINISHED TEST : matrixParamTest2() 05-18-2023 10:06:01:STARTING TEST : matrixParamTest3() 05-18-2023 10:06:01:FINISHED TEST : matrixParamTest3() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-18-2023 10:06:01:STARTING TEST : fromUriTest1() 05-18-2023 10:06:01:FINISHED TEST : fromUriTest1() 05-18-2023 10:06:01:STARTING TEST : fromUriTest2() 05-18-2023 10:06:01:FINISHED TEST : fromUriTest2() 05-18-2023 10:06:01:STARTING TEST : fromUriTest3() 05-18-2023 10:06:01:FINISHED TEST : fromUriTest3() 05-18-2023 10:06:01:STARTING TEST : fromUriTest4() 05-18-2023 10:06:01:FINISHED TEST : fromUriTest4() 05-18-2023 10:06:01:STARTING TEST : pathTest10() 05-18-2023 10:06:01:FINISHED TEST : pathTest10() 05-18-2023 10:06:01:STARTING TEST : pathTest11() 05-18-2023 10:06:01:FINISHED TEST : pathTest11() 05-18-2023 10:06:01:STARTING TEST : pathTest12() 05-18-2023 10:06:01:FINISHED TEST : pathTest12() 05-18-2023 10:06:01:STARTING TEST : pathTest13() 05-18-2023 10:06:01:FINISHED TEST : pathTest13() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectTest() 05-18-2023 10:06:01:Got expected template {v}/{w}/{x}/{y}/{w} 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectTest() 05-18-2023 10:06:01:STARTING TEST : fromMethodTest() 05-18-2023 10:06:01:URI fromMethod is equal to the expected URI /sub 05-18-2023 10:06:01:FINISHED TEST : fromMethodTest() 05-18-2023 10:06:01:STARTING TEST : portTest1() 05-18-2023 10:06:01:FINISHED TEST : portTest1() 05-18-2023 10:06:01:STARTING TEST : portTest2() 05-18-2023 10:06:01:FINISHED TEST : portTest2() 05-18-2023 10:06:01:STARTING TEST : pathTest() 05-18-2023 10:06:01:FINISHED TEST : pathTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : fromEncodedTest1() 05-18-2023 10:06:01:FINISHED TEST : fromEncodedTest1() 05-18-2023 10:06:01:STARTING TEST : fromEncodedTest2() 05-18-2023 10:06:01:FINISHED TEST : fromEncodedTest2() 05-18-2023 10:06:01:STARTING TEST : fromEncodedTest3() 05-18-2023 10:06:01:FINISHED TEST : fromEncodedTest3() 05-18-2023 10:06:01:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-18-2023 10:06:01:STARTING TEST : buildObjectsBooleanNotEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateFromEncodedTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateFromEncodedTest() 05-18-2023 10:06:01:STARTING TEST : queryParamTest1() 05-18-2023 10:06:01:FINISHED TEST : queryParamTest1() 05-18-2023 10:06:01:STARTING TEST : queryParamTest2() 05-18-2023 10:06:01:FINISHED TEST : queryParamTest2() 05-18-2023 10:06:01:STARTING TEST : queryParamTest3() 05-18-2023 10:06:01:FINISHED TEST : queryParamTest3() 05-18-2023 10:06:01:STARTING TEST : queryParamTest4() 05-18-2023 10:06:01:FINISHED TEST : queryParamTest4() 05-18-2023 10:06:01:STARTING TEST : queryParamTest5() 05-18-2023 10:06:01:FINISHED TEST : queryParamTest5() 05-18-2023 10:06:01:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-18-2023 10:06:01:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-18-2023 10:06:01:STARTING TEST : fromPathTest1() 05-18-2023 10:06:01:FINISHED TEST : fromPathTest1() 05-18-2023 10:06:01:STARTING TEST : fromPathTest2() 05-18-2023 10:06:01:FINISHED TEST : fromPathTest2() 05-18-2023 10:06:01:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-18-2023 10:06:01:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-18-2023 10:06:01:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-18-2023 10:06:01:STARTING TEST : cloneTest1() 05-18-2023 10:06:01:FINISHED TEST : cloneTest1() 05-18-2023 10:06:01:STARTING TEST : resolveTemplatesMapTest() 05-18-2023 10:06:01:FINISHED TEST : resolveTemplatesMapTest() 05-18-2023 10:06:01:STARTING TEST : buildFromEncodedMapTest1() 05-18-2023 10:06:01:FINISHED TEST : buildFromEncodedMapTest1() 05-18-2023 10:06:01:STARTING TEST : buildFromEncodedMapTest2() 05-18-2023 10:06:01:FINISHED TEST : buildFromEncodedMapTest2() 05-18-2023 10:06:01:STARTING TEST : buildFromEncodedMapTest3() 05-18-2023 10:06:01:FINISHED TEST : buildFromEncodedMapTest3() 05-18-2023 10:06:01:STARTING TEST : buildFromEncodedMapTest4() 05-18-2023 10:06:01:FINISHED TEST : buildFromEncodedMapTest4() 05-18-2023 10:06:01:STARTING TEST : buildFromEncodedMapTest5() 05-18-2023 10:06:01:FINISHED TEST : buildFromEncodedMapTest5() [WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.104 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : wildcardTest() 05-18-2023 10:06:01:FINISHED TEST : wildcardTest() 05-18-2023 10:06:01:STARTING TEST : valueOfTest() 05-18-2023 10:06:01:FINISHED TEST : valueOfTest() 05-18-2023 10:06:01:STARTING TEST : withCharsetTest() 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 05-18-2023 10:06:01:FINISHED TEST : withCharsetTest() 05-18-2023 10:06:01:STARTING TEST : valueOfTest1() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : valueOfTest1() 05-18-2023 10:06:01:STARTING TEST : equalsTest1() 05-18-2023 10:06:01:FINISHED TEST : equalsTest1() 05-18-2023 10:06:01:STARTING TEST : equalsTest2() 05-18-2023 10:06:01:FINISHED TEST : equalsTest2() 05-18-2023 10:06:01:STARTING TEST : equalsTest3() 05-18-2023 10:06:01:FINISHED TEST : equalsTest3() 05-18-2023 10:06:01:STARTING TEST : equalsTest4() 05-18-2023 10:06:01:FINISHED TEST : equalsTest4() 05-18-2023 10:06:01:STARTING TEST : constructorTest1() 05-18-2023 10:06:01:FINISHED TEST : constructorTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest2() 05-18-2023 10:06:01:FINISHED TEST : constructorTest2() 05-18-2023 10:06:01:STARTING TEST : constructorTest3() 05-18-2023 10:06:01:FINISHED TEST : constructorTest3() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest1() 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest1() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest2() 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest2() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest3() 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest3() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-18-2023 10:06:01:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 05-18-2023 10:06:01:STARTING TEST : constructorStringStringStringTest() 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 05-18-2023 10:06:01:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 05-18-2023 10:06:01:FINISHED TEST : constructorStringStringStringTest() 05-18-2023 10:06:01:STARTING TEST : isCompatibleTest1() 05-18-2023 10:06:01:FINISHED TEST : isCompatibleTest1() 05-18-2023 10:06:01:STARTING TEST : isCompatibleTest2() 05-18-2023 10:06:01:FINISHED TEST : isCompatibleTest2() 05-18-2023 10:06:01:STARTING TEST : isCompatibleTest3() 05-18-2023 10:06:01:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : parseTest1() 05-18-2023 10:06:01:FINISHED TEST : parseTest1() 05-18-2023 10:06:01:STARTING TEST : parseTest2() 05-18-2023 10:06:01:FINISHED TEST : parseTest2() 05-18-2023 10:06:01:STARTING TEST : parseTest3() 05-18-2023 10:06:01:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : parseTest3() 05-18-2023 10:06:01:STARTING TEST : constructorTest1() 05-18-2023 10:06:01:FINISHED TEST : constructorTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest2() 05-18-2023 10:06:01:FINISHED TEST : constructorTest2() 05-18-2023 10:06:01:STARTING TEST : constructorTest3() 05-18-2023 10:06:01:FINISHED TEST : constructorTest3() 05-18-2023 10:06:01:STARTING TEST : constructorTest4() 05-18-2023 10:06:01:FINISHED TEST : constructorTest4() 05-18-2023 10:06:01:STARTING TEST : constructorTest5() 05-18-2023 10:06:01:FINISHED TEST : constructorTest5() 05-18-2023 10:06:01:STARTING TEST : constructorTest6() 05-18-2023 10:06:01:FINISHED TEST : constructorTest6() 05-18-2023 10:06:01:STARTING TEST : constructorTest7() 05-18-2023 10:06:01:FINISHED TEST : constructorTest7() 05-18-2023 10:06:01:STARTING TEST : constructorTest8() 05-18-2023 10:06:01:FINISHED TEST : constructorTest8() 05-18-2023 10:06:01:STARTING TEST : constructorTest9() 05-18-2023 10:06:01:FINISHED TEST : constructorTest9() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : toCookieTest() 05-18-2023 10:06:01:FINISHED TEST : toCookieTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : constructorTest10() 05-18-2023 10:06:01:FINISHED TEST : constructorTest10() 05-18-2023 10:06:01:STARTING TEST : constructorTest11() 05-18-2023 10:06:01:FINISHED TEST : constructorTest11() 05-18-2023 10:06:01:STARTING TEST : constructorTest12() 05-18-2023 10:06:01:FINISHED TEST : constructorTest12() 05-18-2023 10:06:01:STARTING TEST : constructorTest13() 05-18-2023 10:06:01:FINISHED TEST : constructorTest13() 05-18-2023 10:06:01:STARTING TEST : constructorTest14() 05-18-2023 10:06:01:FINISHED TEST : constructorTest14() 05-18-2023 10:06:01:STARTING TEST : constructorTest15() 05-18-2023 10:06:01:FINISHED TEST : constructorTest15() 05-18-2023 10:06:01:STARTING TEST : constructorTest16() 05-18-2023 10:06:01:FINISHED TEST : constructorTest16() 05-18-2023 10:06:01:STARTING TEST : constructorTest17() 05-18-2023 10:06:01:FINISHED TEST : constructorTest17() 05-18-2023 10:06:01:STARTING TEST : constructorTest18() 05-18-2023 10:06:01:FINISHED TEST : constructorTest18() 05-18-2023 10:06:01:STARTING TEST : constructorTest19() 05-18-2023 10:06:01:FINISHED TEST : constructorTest19() 05-18-2023 10:06:01:STARTING TEST : constructorTest20() 05-18-2023 10:06:01:FINISHED TEST : constructorTest20() 05-18-2023 10:06:01:STARTING TEST : constructorTest21() 05-18-2023 10:06:01:FINISHED TEST : constructorTest21() 05-18-2023 10:06:01:STARTING TEST : constructorTest22() 05-18-2023 10:06:01:FINISHED TEST : constructorTest22() 05-18-2023 10:06:01:STARTING TEST : constructorTest23() 05-18-2023 10:06:01:FINISHED TEST : constructorTest23() 05-18-2023 10:06:01:STARTING TEST : constructorTest24() 05-18-2023 10:06:01:FINISHED TEST : constructorTest24() 05-18-2023 10:06:01:STARTING TEST : constructorTest25() 05-18-2023 10:06:01:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : getEntityTest() 05-18-2023 10:06:01:Entity has been retrieved 05-18-2023 10:06:01:FINISHED TEST : getEntityTest() 05-18-2023 10:06:01:STARTING TEST : singleArgumentConstructorTest() 05-18-2023 10:06:01:Expected IllegalArgumentException thrown: The entity must not be null 05-18-2023 10:06:01:GenericEntity>> instance created 05-18-2023 10:06:01:FINISHED TEST : singleArgumentConstructorTest() 05-18-2023 10:06:01:STARTING TEST : constructorWith1ArgTest() 05-18-2023 10:06:01:GenericEntity>(List) instance created 05-18-2023 10:06:01:FINISHED TEST : constructorWith1ArgTest() 05-18-2023 10:06:01:STARTING TEST : constructorWith2ArgsTest() 05-18-2023 10:06:01:GenericEntity>(List, Type) instance created 05-18-2023 10:06:01:FINISHED TEST : constructorWith2ArgsTest() 05-18-2023 10:06:01:STARTING TEST : constructorTest1() 05-18-2023 10:06:01:Expected IllegalArgumentException thrown: Arguments must not be null. 05-18-2023 10:06:01:FINISHED TEST : constructorTest1() 05-18-2023 10:06:01:STARTING TEST : constructorTest2() 05-18-2023 10:06:01:Expected IllegalArgumentException thrown: Arguments must not be null. 05-18-2023 10:06:01:FINISHED TEST : constructorTest2() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:The tested GenericEntity> instances are equal 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : getTypeTest() 05-18-2023 10:06:01:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 05-18-2023 10:06:01:FINISHED TEST : getTypeTest() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest() 05-18-2023 10:06:01:Both GenericEntity instances have the same hashCode() 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest() 05-18-2023 10:06:01:STARTING TEST : getRawTypeTest() 05-18-2023 10:06:01:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 05-18-2023 10:06:01:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : familyOfTest() 05-18-2023 10:06:01:#familyOf() returned expected Family for given statuses 05-18-2023 10:06:01:FINISHED TEST : familyOfTest() 05-18-2023 10:06:01:STARTING TEST : getStatusCodeTest() 05-18-2023 10:06:01:Found expected status code 200 for status 200 05-18-2023 10:06:01:Found expected status code 201 for status 201 05-18-2023 10:06:01:Found expected status code 202 for status 202 05-18-2023 10:06:01:Found expected status code 204 for status 204 05-18-2023 10:06:01:Found expected status code 205 for status 205 05-18-2023 10:06:01:Found expected status code 206 for status 206 05-18-2023 10:06:01:Found expected status code 301 for status 301 05-18-2023 10:06:01:Found expected status code 302 for status 302 05-18-2023 10:06:01:Found expected status code 303 for status 303 05-18-2023 10:06:01:Found expected status code 304 for status 304 05-18-2023 10:06:01:Found expected status code 305 for status 305 05-18-2023 10:06:01:Found expected status code 307 for status 307 05-18-2023 10:06:01:Found expected status code 400 for status 400 05-18-2023 10:06:01:Found expected status code 401 for status 401 05-18-2023 10:06:01:Found expected status code 402 for status 402 05-18-2023 10:06:01:Found expected status code 403 for status 403 05-18-2023 10:06:01:Found expected status code 404 for status 404 05-18-2023 10:06:01:Found expected status code 405 for status 405 05-18-2023 10:06:01:Found expected status code 406 for status 406 05-18-2023 10:06:01:Found expected status code 407 for status 407 05-18-2023 10:06:01:Found expected status code 408 for status 408 05-18-2023 10:06:01:Found expected status code 409 for status 409 05-18-2023 10:06:01:Found expected status code 410 for status 410 05-18-2023 10:06:01:Found expected status code 411 for status 411 05-18-2023 10:06:01:Found expected status code 412 for status 412 05-18-2023 10:06:01:Found expected status code 413 for status 413 05-18-2023 10:06:01:Found expected status code 414 for status 414 05-18-2023 10:06:01:Found expected status code 415 for status 415 05-18-2023 10:06:01:Found expected status code 416 for status 416 05-18-2023 10:06:01:Found expected status code 417 for status 417 05-18-2023 10:06:01:Found expected status code 500 for status 500 05-18-2023 10:06:01:Found expected status code 501 for status 501 05-18-2023 10:06:01:Found expected status code 502 for status 502 05-18-2023 10:06:01:Found expected status code 503 for status 503 05-18-2023 10:06:01:Found expected status code 504 for status 504 05-18-2023 10:06:01:Found expected status code 505 for status 505 05-18-2023 10:06:01:FINISHED TEST : getStatusCodeTest() 05-18-2023 10:06:01:STARTING TEST : getFamilyTest() 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 200 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 201 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 202 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 204 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 205 05-18-2023 10:06:01:Found expected family SUCCESSFUL for status 206 05-18-2023 10:06:01:Found expected family REDIRECTION for status 301 05-18-2023 10:06:01:Found expected family REDIRECTION for status 302 05-18-2023 10:06:01:Found expected family REDIRECTION for status 303 05-18-2023 10:06:01:Found expected family REDIRECTION for status 304 05-18-2023 10:06:01:Found expected family REDIRECTION for status 305 05-18-2023 10:06:01:Found expected family REDIRECTION for status 307 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 400 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 401 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 402 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 403 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 404 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 405 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 406 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 407 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 408 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 409 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 410 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 411 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 412 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 413 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 414 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 415 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 416 05-18-2023 10:06:01:Found expected family CLIENT_ERROR for status 417 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 500 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 501 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 502 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 503 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 504 05-18-2023 10:06:01:Found expected family SERVER_ERROR for status 505 05-18-2023 10:06:01:FINISHED TEST : getFamilyTest() 05-18-2023 10:06:01:STARTING TEST : getReasonPhraseTest() 05-18-2023 10:06:01:Found expected phrase OK for status 200 05-18-2023 10:06:01:Found expected phrase Created for status 201 05-18-2023 10:06:01:Found expected phrase Accepted for status 202 05-18-2023 10:06:01:Found expected phrase No Content for status 204 05-18-2023 10:06:01:Found expected phrase Reset Content for status 205 05-18-2023 10:06:01:Found expected phrase Partial Content for status 206 05-18-2023 10:06:01:Found expected phrase Moved Permanently for status 301 05-18-2023 10:06:01:Found expected phrase Found for status 302 05-18-2023 10:06:01:Found expected phrase See Other for status 303 05-18-2023 10:06:01:Found expected phrase Not Modified for status 304 05-18-2023 10:06:01:Found expected phrase Use Proxy for status 305 05-18-2023 10:06:01:Found expected phrase Temporary Redirect for status 307 05-18-2023 10:06:01:Found expected phrase Bad Request for status 400 05-18-2023 10:06:01:Found expected phrase Unauthorized for status 401 05-18-2023 10:06:01:Found expected phrase Payment Required for status 402 05-18-2023 10:06:01:Found expected phrase Forbidden for status 403 05-18-2023 10:06:01:Found expected phrase Not Found for status 404 05-18-2023 10:06:01:Found expected phrase Method Not Allowed for status 405 05-18-2023 10:06:01:Found expected phrase Not Acceptable for status 406 05-18-2023 10:06:01:Found expected phrase Proxy Authentication Required for status 407 05-18-2023 10:06:01:Found expected phrase Request Timeout for status 408 05-18-2023 10:06:01:Found expected phrase Conflict for status 409 05-18-2023 10:06:01:Found expected phrase Gone for status 410 05-18-2023 10:06:01:Found expected phrase Length Required for status 411 05-18-2023 10:06:01:Found expected phrase Precondition Failed for status 412 05-18-2023 10:06:01:Found expected phrase Request Entity Too Large for status 413 05-18-2023 10:06:01:Found expected phrase Request-URI Too Long for status 414 05-18-2023 10:06:01:Found expected phrase Unsupported Media Type for status 415 05-18-2023 10:06:01:Found expected phrase Requested Range Not Satisfiable for status 416 05-18-2023 10:06:01:Found expected phrase Expectation Failed for status 417 05-18-2023 10:06:01:Found expected phrase Internal Server Error for status 500 05-18-2023 10:06:01:Found expected phrase Not Implemented for status 501 05-18-2023 10:06:01:Found expected phrase Bad Gateway for status 502 05-18-2023 10:06:01:Found expected phrase Service Unavailable for status 503 05-18-2023 10:06:01:Found expected phrase Gateway Timeout for status 504 05-18-2023 10:06:01:Found expected phrase HTTP Version Not Supported for status 505 05-18-2023 10:06:01: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.abstractmultivaluedmap.JAXRSClientIT 05-18-2023 10:06:01:STARTING TEST : constructorTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:FINISHED TEST : constructorTest() 05-18-2023 10:06:01:STARTING TEST : keySetTest() 05-18-2023 10:06:01:#keySet returns correct values 05-18-2023 10:06:01:FINISHED TEST : keySetTest() 05-18-2023 10:06:01:STARTING TEST : addAllThrowsNPETest() 05-18-2023 10:06:01:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 05-18-2023 10:06:01:FINISHED TEST : addAllThrowsNPETest() 05-18-2023 10:06:01:STARTING TEST : addNullValuesTest() 05-18-2023 10:06:01:Given key key2 does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:Given key key3 does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:FINISHED TEST : addNullValuesTest() 05-18-2023 10:06:01:STARTING TEST : putSingleNullValueTest() 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:#putSingle(key, null) did replaced the values as expected 05-18-2023 10:06:01:FINISHED TEST : putSingleNullValueTest() 05-18-2023 10:06:01:STARTING TEST : entrySetTest() 05-18-2023 10:06:01:#entrySet() has correct values 05-18-2023 10:06:01:FINISHED TEST : entrySetTest() 05-18-2023 10:06:01:STARTING TEST : clearTest() 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:FINISHED TEST : clearTest() 05-18-2023 10:06:01:STARTING TEST : addTest() 05-18-2023 10:06:01:Found key key2 with following values: 05-18-2023 10:06:01:value4 value5 05-18-2023 10:06:01:FINISHED TEST : addTest() 05-18-2023 10:06:01:STARTING TEST : containsKeyTest() 05-18-2023 10:06:01:#containsKey found non-null key and also the null key 05-18-2023 10:06:01:FINISHED TEST : containsKeyTest() 05-18-2023 10:06:01:STARTING TEST : putAllTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key2 with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:#putAll() put all the values of both keys 05-18-2023 10:06:01:FINISHED TEST : putAllTest() 05-18-2023 10:06:01:STARTING TEST : isEmptyTest() 05-18-2023 10:06:01:#isEmpty returns correct values 05-18-2023 10:06:01:FINISHED TEST : isEmptyTest() 05-18-2023 10:06:01:STARTING TEST : putTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:#put() put the value 05-18-2023 10:06:01:FINISHED TEST : putTest() 05-18-2023 10:06:01:STARTING TEST : addFirstNullTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:FINISHED TEST : addFirstNullTest() 05-18-2023 10:06:01:STARTING TEST : getTest() 05-18-2023 10:06:01:#get() is sucessfull 05-18-2023 10:06:01:FINISHED TEST : getTest() 05-18-2023 10:06:01:STARTING TEST : addFirstTest() 05-18-2023 10:06:01:Found first item value4 05-18-2023 10:06:01:FINISHED TEST : addFirstTest() 05-18-2023 10:06:01:STARTING TEST : putSingleTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value5 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:#putSingle() sucessfully replaced the values by a new one 05-18-2023 10:06:01:FINISHED TEST : putSingleTest() 05-18-2023 10:06:01:STARTING TEST : addAllListNullValuesTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value4 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:FINISHED TEST : addAllListNullValuesTest() 05-18-2023 10:06:01:STARTING TEST : equalsTest() 05-18-2023 10:06:01:#equals() is delegated to underlaying map 05-18-2023 10:06:01:FINISHED TEST : equalsTest() 05-18-2023 10:06:01:STARTING TEST : addAllListThrowsNPETest() 05-18-2023 10:06:01:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 05-18-2023 10:06:01:FINISHED TEST : addAllListThrowsNPETest() 05-18-2023 10:06:01:STARTING TEST : toStringTest() 05-18-2023 10:06:01:#toString returned {key=[value1, value2, value3]} 05-18-2023 10:06:01:FINISHED TEST : toStringTest() 05-18-2023 10:06:01:STARTING TEST : sizeTest() 05-18-2023 10:06:01:#size() returns correct values 05-18-2023 10:06:01:FINISHED TEST : sizeTest() 05-18-2023 10:06:01:STARTING TEST : equalsIgnoreValueOrderTest() 05-18-2023 10:06:01:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 05-18-2023 10:06:01:FINISHED TEST : equalsIgnoreValueOrderTest() 05-18-2023 10:06:01:STARTING TEST : addAllEmptyValuesTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:FINISHED TEST : addAllEmptyValuesTest() 05-18-2023 10:06:01:STARTING TEST : removeTest() 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key2 with following values: 05-18-2023 10:06:01:value4 05-18-2023 10:06:01:#removeTest(key) removed the correct key and the value as expected 05-18-2023 10:06:01:FINISHED TEST : removeTest() 05-18-2023 10:06:01:STARTING TEST : addAllNullValuesTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value4 05-18-2023 10:06:01:Given key key does not contain following values as expected: 05-18-2023 10:06:01:null 05-18-2023 10:06:01:FINISHED TEST : addAllNullValuesTest() 05-18-2023 10:06:01:STARTING TEST : hashCodeTest() 05-18-2023 10:06:01:#hashCode() is delegated to underlaying map 05-18-2023 10:06:01:FINISHED TEST : hashCodeTest() 05-18-2023 10:06:01:STARTING TEST : addNullKeyTest() 05-18-2023 10:06:01:Found key null with following values: 05-18-2023 10:06:01:value4 05-18-2023 10:06:01:FINISHED TEST : addNullKeyTest() 05-18-2023 10:06:01:STARTING TEST : addAllValuesTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value4 value5 05-18-2023 10:06:01:FINISHED TEST : addAllValuesTest() 05-18-2023 10:06:01:STARTING TEST : addAllListEmptyValuesTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:FINISHED TEST : addAllListEmptyValuesTest() 05-18-2023 10:06:01:STARTING TEST : valuesTest() 05-18-2023 10:06:01:#values returned 2 lists 05-18-2023 10:06:01:FINISHED TEST : valuesTest() 05-18-2023 10:06:01:STARTING TEST : containsValueTest() 05-18-2023 10:06:01:#containsValue() found list of items as expected 05-18-2023 10:06:01:FINISHED TEST : containsValueTest() 05-18-2023 10:06:01:STARTING TEST : addAllListTest() 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value1 value2 value3 05-18-2023 10:06:01:Found key key with following values: 05-18-2023 10:06:01:value4 value5 05-18-2023 10:06:01:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 05-18-2023 10:06:01:STARTING TEST : languageTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : languageTest() 05-18-2023 10:06:01:STARTING TEST : getLocationNotPresentTest() 05-18-2023 10:06:01:#getLocation returns null as expected 05-18-2023 10:06:01:FINISHED TEST : getLocationNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:01:HeaderDelegate is used for header s3 05-18-2023 10:06:01:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:01:STARTING TEST : getLinksIsNotNullTest() 05-18-2023 10:06:01:#getLinks contains no links as expected 05-18-2023 10:06:01:FINISHED TEST : getLinksIsNotNullTest() 05-18-2023 10:06:01:STARTING TEST : cacheControlTest() 05-18-2023 10:06:01:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-18-2023 10:06:01:FINISHED TEST : cacheControlTest() 05-18-2023 10:06:01:STARTING TEST : acceptedStringTest() 05-18-2023 10:06:01:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-18-2023 10:06:01:FINISHED TEST : acceptedStringTest() 05-18-2023 10:06:01:STARTING TEST : seeOtherTest() 05-18-2023 10:06:01: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/ 05-18-2023 10:06:01:FINISHED TEST : seeOtherTest() 05-18-2023 10:06:01:STARTING TEST : getLinkBuilderForTheRelationTest() 05-18-2023 10:06:01:#getLinkBuilder creates correct Link for given relation 05-18-2023 10:06:01:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-18-2023 10:06:01:STARTING TEST : getEntityTagNotPresentTest() 05-18-2023 10:06:01:#getEntityTag() is null as expected 05-18-2023 10:06:01:FINISHED TEST : getEntityTagNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : getLinksTest() 05-18-2023 10:06:01:#getLinks contains expected links 05-18-2023 10:06:01:FINISHED TEST : getLinksTest() 05-18-2023 10:06:01:STARTING TEST : variantTest() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : variantTest() 05-18-2023 10:06:01:STARTING TEST : cookieTest() 05-18-2023 10:06:01: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. 05-18-2023 10:06:01:FINISHED TEST : cookieTest() 05-18-2023 10:06:01:STARTING TEST : lastModifiedTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : lastModifiedTest() 05-18-2023 10:06:01:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:01:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3bba30ac,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@55df1ce3,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@192c8e7d 05-18-2023 10:06:01:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:01:STARTING TEST : getLanguageNotPresentTest() 05-18-2023 10:06:01:#getLanguage() is null as expected 05-18-2023 10:06:01:FINISHED TEST : getLanguageNotPresentTest() 05-18-2023 10:06:01:STARTING TEST : entityTest() 05-18-2023 10:06:01:Correct content found in Response: Test Only Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : entityTest() 05-18-2023 10:06:01:STARTING TEST : okTest1() 05-18-2023 10:06:01:Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : okTest1() 05-18-2023 10:06:01:STARTING TEST : okTest2() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 05-18-2023 10:06:01:FINISHED TEST : okTest2() 05-18-2023 10:06:01:STARTING TEST : okTest3() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : okTest3() 05-18-2023 10:06:01:STARTING TEST : okTest4() 05-18-2023 10:06:01:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : okTest4() 05-18-2023 10:06:01:STARTING TEST : okTest5() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : okTest5() 05-18-2023 10:06:01:STARTING TEST : temporaryRedirectTest() 05-18-2023 10:06:01: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/ 05-18-2023 10:06:01:FINISHED TEST : temporaryRedirectTest() 05-18-2023 10:06:01:STARTING TEST : getMediaTypeTest() 05-18-2023 10:06:01:#getMediaType returned expected MediaType 05-18-2023 10:06:01:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:06:01:STARTING TEST : fromResponseTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : fromResponseTest() 05-18-2023 10:06:01:STARTING TEST : getLinkTest() 05-18-2023 10:06:01:#getLink matches expected Link 05-18-2023 10:06:01:FINISHED TEST : getLinkTest() 05-18-2023 10:06:01:STARTING TEST : statusTest3() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest3() 05-18-2023 10:06:01:STARTING TEST : statusTest4() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : statusTest4() 05-18-2023 10:06:01:STARTING TEST : statusTest5() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : statusTest5() 05-18-2023 10:06:01:STARTING TEST : statusTest7() 05-18-2023 10:06:01: 05-18-2023 10:06:01:FINISHED TEST : statusTest7() 05-18-2023 10:06:01:STARTING TEST : tagTest1() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : tagTest1() 05-18-2023 10:06:01:STARTING TEST : tagTest2() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : tagTest2() 05-18-2023 10:06:01:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:IllegalStateException has been thrown as expected 05-18-2023 10:06:01:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:01:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:06:01:getHeaders is mutable 05-18-2023 10:06:01:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:06:01:STARTING TEST : typeTest() 05-18-2023 10:06:01:Correct status found in Response: 200 Content Type text/plain was found 05-18-2023 10:06:01:FINISHED TEST : typeTest() 05-18-2023 10:06:01:STARTING TEST : cloneTest() 05-18-2023 10:06:01: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 05-18-2023 10:06:01:FINISHED TEST : cloneTest() 05-18-2023 10:06:02:STARTING TEST : acceptedGenericEntityTest() 05-18-2023 10:06:02:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-18-2023 10:06:02:FINISHED TEST : acceptedGenericEntityTest() 05-18-2023 10:06:02:STARTING TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:02:#hasLink has not found any Link as expected 05-18-2023 10:06:02:FINISHED TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:02:STARTING TEST : createdTest() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : createdTest() 05-18-2023 10:06:02:STARTING TEST : getLanguageTest() 05-18-2023 10:06:02:#getLocale matches the Content-Language HTTP header 05-18-2023 10:06:02:FINISHED TEST : getLanguageTest() 05-18-2023 10:06:02:STARTING TEST : notAcceptableTest() 05-18-2023 10:06:02:Correct status found in Response: 406 05-18-2023 10:06:02:FINISHED TEST : notAcceptableTest() 05-18-2023 10:06:02:STARTING TEST : getDateTest() 05-18-2023 10:06:02:#getDate matches the Date HTTP header 05-18-2023 10:06:02:FINISHED TEST : getDateTest() 05-18-2023 10:06:02:STARTING TEST : languageTest1() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : languageTest1() 05-18-2023 10:06:02:STARTING TEST : notModifiedTest1() 05-18-2023 10:06:02:Correct status found in Response: 304 05-18-2023 10:06:02:FINISHED TEST : notModifiedTest1() 05-18-2023 10:06:02:STARTING TEST : notModifiedTest2() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : notModifiedTest2() 05-18-2023 10:06:02:STARTING TEST : notModifiedTest3() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : notModifiedTest3() 05-18-2023 10:06:02:STARTING TEST : getDateNotPresentTest() 05-18-2023 10:06:02:#getDate is null as expected 05-18-2023 10:06:02:FINISHED TEST : getDateNotPresentTest() 05-18-2023 10:06:02:STARTING TEST : getHeaderStringTest() 05-18-2023 10:06:02:Found following objects: 05-18-2023 10:06:02:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu May 18 10:06:02 UTC 2023 Content-Language:fr_CA 05-18-2023 10:06:02:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:06:02:STARTING TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:06:02:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@74e1ba01,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3ccc5d62,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3638f0ca 05-18-2023 10:06:02:FINISHED TEST : getStringHeadersUsingToStringTest() 05-18-2023 10:06:02:STARTING TEST : getAllowedMethodsTest() 05-18-2023 10:06:02:#getAllowedMethods returned expected methods TRACE;POST 05-18-2023 10:06:02:FINISHED TEST : getAllowedMethodsTest() 05-18-2023 10:06:02:STARTING TEST : locationTest() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : locationTest() 05-18-2023 10:06:02:STARTING TEST : getLengthNotPresentTest() 05-18-2023 10:06:02:#getLength matches expected Content-Length -1 05-18-2023 10:06:02:FINISHED TEST : getLengthNotPresentTest() 05-18-2023 10:06:02:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:02:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-18-2023 10:06:02:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:02:STARTING TEST : statusFamilyValueOfTest() 05-18-2023 10:06:02:FINISHED TEST : statusFamilyValueOfTest() 05-18-2023 10:06:02:STARTING TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:02:#getCookies is read-only as expected 05-18-2023 10:06:02:FINISHED TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:02:STARTING TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:06:02:toString method is used as expected 05-18-2023 10:06:02:FINISHED TEST : getHeaderStringUsingToStringTest() 05-18-2023 10:06:02:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:02:#bufferEntity throws IllegalStateException as expected 05-18-2023 10:06:02:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-18-2023 10:06:02:STARTING TEST : acceptedNoArgTest() 05-18-2023 10:06:02:Correct status found in Response: 202 05-18-2023 10:06:02:FINISHED TEST : acceptedNoArgTest() 05-18-2023 10:06:02:STARTING TEST : getFamilyTest() 05-18-2023 10:06:02: 05-18-2023 10:06:02:FINISHED TEST : getFamilyTest() 05-18-2023 10:06:02:STARTING TEST : typeTest1() 05-18-2023 10:06:02:Correct status found in Response: 200 Content Type text/html was found 05-18-2023 10:06:02:FINISHED TEST : typeTest1() 05-18-2023 10:06:02:STARTING TEST : getEntityTagTest() 05-18-2023 10:06:02:#getEntityTag is "getEntityTag" as expected 05-18-2023 10:06:02:FINISHED TEST : getEntityTagTest() 05-18-2023 10:06:02:STARTING TEST : noContentTest() 05-18-2023 10:06:02:Correct status found in Response: 204 05-18-2023 10:06:02:FINISHED TEST : noContentTest() 05-18-2023 10:06:02:STARTING TEST : getHeadersTest() 05-18-2023 10:06:02:Found following objects: 05-18-2023 10:06:02:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Thu May 18 10:06:02 UTC 2023 Content-Language:fr_CA 05-18-2023 10:06:02:FINISHED TEST : getHeadersTest() 05-18-2023 10:06:02:STARTING TEST : toStringTest() 05-18-2023 10:06:02: 05-18-2023 10:06:02:FINISHED TEST : toStringTest() 05-18-2023 10:06:02:STARTING TEST : getLastModifiedNotPresentTest() 05-18-2023 10:06:02:#getLastModified() is null as expected 05-18-2023 10:06:02:FINISHED TEST : getLastModifiedNotPresentTest() 05-18-2023 10:06:02:STARTING TEST : getStatusInfoTest() 05-18-2023 10:06:02:#getStatusInfo returned expected StatusTypes 05-18-2023 10:06:02:FINISHED TEST : getStatusInfoTest() 05-18-2023 10:06:02:STARTING TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:02:#hasEntity found the entity as expected 05-18-2023 10:06:02:FINISHED TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:02:STARTING TEST : getLengthTest() 05-18-2023 10:06:02:#getLength matches expected Content-Length 10 05-18-2023 10:06:02:FINISHED TEST : getLengthTest() 05-18-2023 10:06:02:STARTING TEST : contentLocationTest() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : contentLocationTest() 05-18-2023 10:06:02:STARTING TEST : getReasonPhraseTest() 05-18-2023 10:06:02: 05-18-2023 10:06:02:FINISHED TEST : getReasonPhraseTest() 05-18-2023 10:06:02:STARTING TEST : getLastModifiedTest() 05-18-2023 10:06:02:#getLastModified matches the Last-Modified HTTP header 05-18-2023 10:06:02:FINISHED TEST : getLastModifiedTest() 05-18-2023 10:06:02:STARTING TEST : serverErrorTest() 05-18-2023 10:06:02:Correct status found in Response: 500 05-18-2023 10:06:02:FINISHED TEST : serverErrorTest() 05-18-2023 10:06:02:STARTING TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:02:#hasEntity found the Link as expected 05-18-2023 10:06:02:FINISHED TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:02:STARTING TEST : statusValueOfTest() 05-18-2023 10:06:02: 05-18-2023 10:06:02:FINISHED TEST : statusValueOfTest() 05-18-2023 10:06:02:STARTING TEST : getLocationTest() 05-18-2023 10:06:02:#getLocation contains expected location 05-18-2023 10:06:02:FINISHED TEST : getLocationTest() 05-18-2023 10:06:02:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-18-2023 10:06:02:#bufferEntity did ignore no backing stream as expected 05-18-2023 10:06:02:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-18-2023 10:06:02:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:06:02:#getLinkBuilder returned null as expected 05-18-2023 10:06:02:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-18-2023 10:06:02:STARTING TEST : getLinkNotPresentTest() 05-18-2023 10:06:02:#getLink return null as expected 05-18-2023 10:06:02:FINISHED TEST : getLinkNotPresentTest() 05-18-2023 10:06:02:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-18-2023 10:06:02:#getMediaType returned null as expected 05-18-2023 10:06:02:FINISHED TEST : getMediaTypeNoMediaTypeTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:02:STARTING TEST : getCookiesTest() 05-18-2023 10:06:02: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. 05-18-2023 10:06:02:#getCookies returned expected cookies 05-18-2023 10:06:02:FINISHED TEST : getCookiesTest() 05-18-2023 10:06:02:STARTING TEST : statusFamilyValuesTest() 05-18-2023 10:06:02:FINISHED TEST : statusFamilyValuesTest() 05-18-2023 10:06:02:STARTING TEST : headerTest() 05-18-2023 10:06:02: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. 05-18-2023 10:06:02:FINISHED TEST : headerTest() 05-18-2023 10:06:02:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:06:02:#hasEntity has not found any entity as expected 05-18-2023 10:06:02:FINISHED TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:06:02:STARTING TEST : allowStringArrayTest() 05-18-2023 10:06:02:Found expected allowed method OPTIONS 05-18-2023 10:06:02:Found expected allowed method TRACE 05-18-2023 10:06:02:FINISHED TEST : allowStringArrayTest() 05-18-2023 10:06:02:STARTING TEST : linksTest() 05-18-2023 10:06:02:Found expected links 05-18-2023 10:06:02:FINISHED TEST : linksTest() 05-18-2023 10:06:02:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 05-18-2023 10:06:02:OPTIONS has been found in allowed methods 05-18-2023 10:06:02:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 05-18-2023 10:06:02:STARTING TEST : statusTest1() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : statusTest1() 05-18-2023 10:06:02:STARTING TEST : statusTest2() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:FINISHED TEST : statusTest2() 05-18-2023 10:06:02:STARTING TEST : encodingTest() 05-18-2023 10:06:02:Encoding gzip was found Encoding ccitt was found Encoding pic was found 05-18-2023 10:06:02:Found expected encodings 05-18-2023 10:06:02:FINISHED TEST : encodingTest() 05-18-2023 10:06:02:STARTING TEST : linkStringStringTest() 05-18-2023 10:06:02:Found expected link ; rel="REL" 05-18-2023 10:06:02:FINISHED TEST : linkStringStringTest() 05-18-2023 10:06:02:STARTING TEST : replaceAllByNullTest() 05-18-2023 10:06:02:FINISHED TEST : replaceAllByNullTest() 05-18-2023 10:06:02:STARTING TEST : replaceAllTest() 05-18-2023 10:06:02:FINISHED TEST : replaceAllTest() 05-18-2023 10:06:02:STARTING TEST : allowStringSetNullRemovesAllTest() 05-18-2023 10:06:02:Allowed methods has been removed by null value as expected 05-18-2023 10:06:02:FINISHED TEST : allowStringSetNullRemovesAllTest() 05-18-2023 10:06:02:STARTING TEST : expiresTest() 05-18-2023 10:06:02:Set and fetched expire dates matched 05-18-2023 10:06:02:FINISHED TEST : expiresTest() 05-18-2023 10:06:02:STARTING TEST : allowStringSetTest() 05-18-2023 10:06:02:Found expected allowed method OPTIONS 05-18-2023 10:06:02:Found expected allowed method TRACE 05-18-2023 10:06:02:FINISHED TEST : allowStringSetTest() 05-18-2023 10:06:02:STARTING TEST : linkUriStringTest() 05-18-2023 10:06:02:Found expected link ; rel="REL" 05-18-2023 10:06:02:FINISHED TEST : linkUriStringTest() 05-18-2023 10:06:02:STARTING TEST : variantsTest() 05-18-2023 10:06:02:Found expected header Accept-Language. Found expected header Accept-Encoding. 05-18-2023 10:06:02:FINISHED TEST : variantsTest() 05-18-2023 10:06:02:STARTING TEST : allowStringArrayNullRemovesAllTest() 05-18-2023 10:06:02:Allowed methods has been removed by null value as expected 05-18-2023 10:06:02:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorNullStringTest() 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:FINISHED TEST : constructorNullStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:The exception contains expected #getMessage() 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02: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.variantlistbuilder.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : languageTest() 05-18-2023 10:06:02:FINISHED TEST : languageTest() 05-18-2023 10:06:02:STARTING TEST : encodingTest() 05-18-2023 10:06:02:FINISHED TEST : encodingTest() 05-18-2023 10:06:02:STARTING TEST : complexTest() 05-18-2023 10:06:02:FINISHED TEST : complexTest() 05-18-2023 10:06:02:STARTING TEST : mediaTypesTest1() 05-18-2023 10:06:02:FINISHED TEST : mediaTypesTest1() 05-18-2023 10:06:02:STARTING TEST : mediaTypesTest2() 05-18-2023 10:06:02:FINISHED TEST : mediaTypesTest2() 05-18-2023 10:06:02:STARTING TEST : newInstanceTest() 05-18-2023 10:06:02:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : parseTest1() 05-18-2023 10:06:02:FINISHED TEST : parseTest1() 05-18-2023 10:06:02:STARTING TEST : parseTest2() 05-18-2023 10:06:02:FINISHED TEST : parseTest2() 05-18-2023 10:06:02:STARTING TEST : parseTest3() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : parseTest3() 05-18-2023 10:06:02:STARTING TEST : constructorTest1() 05-18-2023 10:06:02:FINISHED TEST : constructorTest1() 05-18-2023 10:06:02:STARTING TEST : constructorTest2() 05-18-2023 10:06:02:FINISHED TEST : constructorTest2() 05-18-2023 10:06:02:STARTING TEST : constructorTest3() 05-18-2023 10:06:02:FINISHED TEST : constructorTest3() 05-18-2023 10:06:02:STARTING TEST : constructorTest4() 05-18-2023 10:06:02:FINISHED TEST : constructorTest4() 05-18-2023 10:06:02:STARTING TEST : constructorTest5() 05-18-2023 10:06:02:FINISHED TEST : constructorTest5() 05-18-2023 10:06:02:STARTING TEST : equalsTest() 05-18-2023 10:06:02:FINISHED TEST : equalsTest() 05-18-2023 10:06:02:STARTING TEST : toStringTest() 05-18-2023 10:06:02:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithSingleValuedMapTest() 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 05-18-2023 10:06:02:FINISHED TEST : constructorWithSingleValuedMapTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithCapacityAndLoadTest() 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:For given key the map does not contain following values as expected: 05-18-2023 10:06:02:value4 value5 05-18-2023 10:06:02:FINISHED TEST : constructorWithCapacityAndLoadTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithMapThrowsNPETest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : constructorWithMapThrowsNPETest() 05-18-2023 10:06:02:STARTING TEST : defaultConstructorTest() 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:For given key the map does not contain following values as expected: 05-18-2023 10:06:02:value4 value5 05-18-2023 10:06:02:FINISHED TEST : defaultConstructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithMapTest() 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:FINISHED TEST : constructorWithMapTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithInitialCapacityTest() 05-18-2023 10:06:02:Found key key with following values: 05-18-2023 10:06:02:value1 value2 value3 05-18-2023 10:06:02:For given key the map does not contain following values as expected: 05-18-2023 10:06:02:value4 value5 05-18-2023 10:06:02:FINISHED TEST : constructorWithInitialCapacityTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 05-18-2023 10:06:02:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getHeadersHeadersSetTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-18-2023 10:06:02: TRACE: [WIRE] - << Property0: any 05-18-2023 10:06:02: TRACE: [WIRE] - << Property1: any 05-18-2023 10:06:02: TRACE: [WIRE] - << Property2: any 05-18-2023 10:06:02: TRACE: [WIRE] - << Property3: any 05-18-2023 10:06:02: TRACE: [WIRE] - << Property4: any 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getHeadersHeadersSetTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setInputStreamTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : setInputStreamTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getHeadersOperationSetTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getHeadersOperationSetTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getInputStreamTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << getInputStreamEntity 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : getInputStreamTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : proceedThrowsIOExceptionTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setAnnotationsTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : setAnnotationsTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setGenericTypeTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : setGenericTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getMediaTypeTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: application/json 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : webApplicationExceptionTest()05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 05-18-2023 10:06:02:FINISHED TEST : webApplicationExceptionTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setPropertyNullTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : setPropertyNullTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : ioExceptionTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:found expected IOException java.io.IOException: IOException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : ioExceptionTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getPropertyNamesTest()05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getPropertyIsNullTest()05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setMediaTypeTest()05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : setMediaTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setTypeTest() 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETTYPE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:#setType set correct type java.io.InputStreamReader 05-18-2023 10:06:02:FINISHED TEST : setTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getTypeTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETTYPE 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : getTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getAnnotationsTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getAnnotationsTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : getGenericTypeTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : getGenericTypeTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : setPropertyTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02:FINISHED TEST : setPropertyTest() 05-18-2023 10:06:02:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:02:STARTING TEST : removePropertyTest() 05-18-2023 10:06:02: TRACE: [WIRE] - << 200 OK 05-18-2023 10:06:02: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-18-2023 10:06:02:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-18-2023 10:06:02:############################### 05-18-2023 10:06:02: TRACE: [WIRE] - << Content-Type: text/plain 05-18-2023 10:06:02: TRACE: [WIRE] - << Entity 05-18-2023 10:06:02:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : checkCreatedResponseBuilderTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedResponseBuilderTest() 05-18-2023 10:06:02:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedUriBuilderTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedUriBuilderTest() 05-18-2023 10:06:02:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:02:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 05-18-2023 10:06:02:STARTING TEST : createEndpointTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 05-18-2023 10:06:02:FINISHED TEST : createEndpointTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedVariantListBuilderTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedVariantListBuilderTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 05-18-2023 10:06:02:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 05-18-2023 10:06:02:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-18-2023 10:06:02:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-18-2023 10:06:02:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-18-2023 10:06:02:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 05-18-2023 10:06:02:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 05-18-2023 10:06:02:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-18-2023 10:06:02:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithNullThrowableTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithNullThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithNotNullMessageTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithNotNullMessageTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithCheckedExceptionTest() 05-18-2023 10:06:02:FINISHED TEST : constructorWithCheckedExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorWithRuntimeExceptionTest() 05-18-2023 10:06:02: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 05-18-2023 10:06:02:STARTING TEST : constructorObjectsTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:FINISHED TEST : constructorObjectsTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected for null challenge 05-18-2023 10:06:02:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableObjectTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableObjectTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableObjectsTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableObjectsTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringObjectsTest() 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK NotAuthorizedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringObjectsTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected for null challenge 05-18-2023 10:06:02:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02: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.rs.bindingpriority.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-18-2023 10:06:02:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-18-2023 10:06:02:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 05-18-2023 10:06:02:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : valueOfTest() 05-18-2023 10:06:02:#valueOf( CLIENT ) equals CLIENT as expected 05-18-2023 10:06:02:#valueOf( SERVER ) equals SERVER as expected 05-18-2023 10:06:02:FINISHED TEST : valueOfTest() 05-18-2023 10:06:02:STARTING TEST : valuesTest() 05-18-2023 10:06:02:Found CLIENT in valus() CLIENT, SERVER 05-18-2023 10:06:02:Found SERVER in valus() CLIENT, SERVER 05-18-2023 10:06:02:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusUriThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusUriThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntUriThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorIntUriThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorIntUriTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:FINISHED TEST : constructorIntUriTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusUriTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusUriTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusUriTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:FINISHED TEST : constructorStatusUriTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntUriThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntUriThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntUriTest() 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected location http://oracle.com:888/REDIRECTIONtest 05-18-2023 10:06:02:found expected getMessage()= TCK RedirectionException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:FINISHED TEST : constructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Request as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK NotAcceptableException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Request as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status OK 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Created 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status OK 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Created 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:FINISHED TEST : constructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:found expected getMessage()= TCK InternalServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02: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.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:FINISHED TEST : constructorIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ServerErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorStringNullStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected when null Status 05-18-2023 10:06:02:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableStatusTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableResponseTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableResponseTest() 05-18-2023 10:06:02:STARTING TEST : statusNullTest() 05-18-2023 10:06:02:FINISHED TEST : statusNullTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringNullResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringNullResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableNullResponseTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableNullResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : throwableStatusTest1() 05-18-2023 10:06:02:FINISHED TEST : throwableStatusTest1() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableIntTest() 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected OK status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Created status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Accepted status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected No Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Reset Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd 05-18-2023 10:06:02:response contains expected Partial Content status WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description WAITING:05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Partial Content status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Multiple Choices status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Moved Permanently status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected See Other status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Modified status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Use Proxy status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Temporary Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Permanent Redirect status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unauthorized status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Payment Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Acceptable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Proxy Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Conflict status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gone status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Length Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Entity Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request-URI Too Long status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unsupported Media Type status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Requested Range Not Satisfiable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Expectation Failed status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Precondition Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Too Many Requests status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Request Header Fields Too Large status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Unavailable For Legal Reasons status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Internal Server Error status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Implemented status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Gateway status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Gateway Timeout status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected HTTP Version Not Supported status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Network Authentication Required status 05-18-2023 10:06:02:found expected getMessage()= TCK WebApplicationException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown when null Status as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown when null Status as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown when null Status as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown when null Status as expected 05-18-2023 10:06:02: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.notfoundexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:FINISHED TEST : constructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:found expected getMessage()= TCK NotFoundException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Not Found status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02: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.clienterrorexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 999 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 999 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:FINISHED TEST : constructorIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringIntTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringIntTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 999 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -1 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 999 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status -2147483648 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status 2147483647 05-18-2023 10:06:02:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ClientErrorException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStatusNullThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null status 05-18-2023 10:06:02:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorIntThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorIntThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIEATest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStatusThrowableTest() 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Bad Request 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unauthorized 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Payment Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Forbidden 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Found 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Method Not Allowed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Not Acceptable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Proxy Authentication Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Timeout 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Conflict 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Gone 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Length Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Entity Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request-URI Too Long 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unsupported Media Type 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Requested Range Not Satisfiable 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Expectation Failed 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Precondition Required 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Too Many Requests 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Request Header Fields Too Large 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:Response of the exception contains expected status Unavailable For Legal Reasons 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Service Unavailable status 05-18-2023 10:06:02:Found expected retry time null 05-18-2023 10:06:02:#hasRetryAfter returned expected false value 05-18-2023 10:06:02:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStringStringsThrowsNPETest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected, for null method 05-18-2023 10:06:02:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for when no allow http header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableStringsTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableStringsTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for when no allow http header 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableStringThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for null methods 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableStringThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowsNPETest() 05-18-2023 10:06:02:NullPointerException has been thrown as expected, for null method 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowsNPETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringStringStringsTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:found expected getMessage()= TCK NotAllowedException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringStringStringsTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableStringTest() 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Method Not Allowed status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status OK 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Created 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Forbidden 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:FINISHED TEST : constructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringRequestThrowableTest() 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK BadRequestException description 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:response contains expected Bad Request status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorStringRequestThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIEATest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Forbidden as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:FINISHED TEST : constructorTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:FINISHED TEST : constructorResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status OK 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Created 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:Found expected http Host header 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Request as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:found expected getMessage()= TCK ForbiddenException description 05-18-2023 10:06:02:FINISHED TEST : constructorStringTest() 05-18-2023 10:06:02:STARTING TEST : constructorThrowableTest() 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.RuntimeException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.io.IOException 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.Error 05-18-2023 10:06:02:response contains expected Forbidden status 05-18-2023 10:06:02:getCause contains expected java.lang.Throwable 05-18-2023 10:06:02:FINISHED TEST : constructorThrowableTest() 05-18-2023 10:06:02:STARTING TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status OK as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Created as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Accepted as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status No Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Reset Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Partial Content as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status See Other as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Modified as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Use Proxy as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Request as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unauthorized as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Payment Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Found as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Conflict as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gone as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Length Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Precondition Required as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Not Implemented as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-18-2023 10:06:02:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-18-2023 10:06:02:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-18-2023 10:06:02:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status OK 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Created 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Accepted 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status No Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status See Other 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Found 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Conflict 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gone 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Length Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-18-2023 10:06:02:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-18-2023 10:06:02:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 05-18-2023 10:06:02:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:02:Found expected substring: bean 05-18-2023 10:06:02:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-18-2023 10:06:02:STARTING TEST : getDateNullTest() 05-18-2023 10:06:02:Found expected substring: NULL 05-18-2023 10:06:02:FINISHED TEST : getDateNullTest() 05-18-2023 10:06:02:STARTING TEST : getEntityTest() 05-18-2023 10:06:02:Found expected substring: test 05-18-2023 10:06:02:FINISHED TEST : getEntityTest() 05-18-2023 10:06:02:STARTING TEST : getEntityAnnotationsNullTest() 05-18-2023 10:06:02:Found expected substring: 0 05-18-2023 10:06:02:FINISHED TEST : getEntityAnnotationsNullTest() 05-18-2023 10:06:02:STARTING TEST : abortWithTest() 05-18-2023 10:06:02:Found expected status: 201 05-18-2023 10:06:02:FINISHED TEST : abortWithTest() 05-18-2023 10:06:02:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:02:Found expected substring: cts 05-18-2023 10:06:02:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-18-2023 10:06:02:STARTING TEST : getStringHeadersTest() 05-18-2023 10:06:02:Found expected substring: text/html 05-18-2023 10:06:02:Found expected substring: cts 05-18-2023 10:06:02:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 05-18-2023 10:06:02:FINISHED TEST : getStringHeadersTest() 05-18-2023 10:06:02:STARTING TEST : getMediaTypeTest() 05-18-2023 10:06:02:Found expected substring: application/x-www-form-urlencoded 05-18-2023 10:06:02:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:06:02:STARTING TEST : getEntityAnnotationsTest() 05-18-2023 10:06:02:Found expected substring: jakarta.ws.rs.ext.Provider 05-18-2023 10:06:02:FINISHED TEST : getEntityAnnotationsTest() 05-18-2023 10:06:02:STARTING TEST : getMethodTest() 05-18-2023 10:06:02:Found expected substring: OPTIONS 05-18-2023 10:06:02:Found expected substring: DELETE 05-18-2023 10:06:02:Found expected substring: GET 05-18-2023 10:06:02:Found expected substring: TRACE 05-18-2023 10:06:02:Found expected substring: PUT 05-18-2023 10:06:02:Found expected substring: POST 05-18-2023 10:06:02:FINISHED TEST : getMethodTest() 05-18-2023 10:06:02:STARTING TEST : setEntityTest() 05-18-2023 10:06:02:Counter is 1 05-18-2023 10:06:02:Counter is 2 05-18-2023 10:06:02:Found expected status: 200 05-18-2023 10:06:02:FINISHED TEST : setEntityTest() 05-18-2023 10:06:02:STARTING TEST : hasEntityTest() 05-18-2023 10:06:02:Found expected substring: false 05-18-2023 10:06:02:Found expected substring: true 05-18-2023 10:06:02:FINISHED TEST : hasEntityTest() 05-18-2023 10:06:02:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:06:02:Found expected substring: Accept 05-18-2023 10:06:02:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:06:02:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-18-2023 10:06:02:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-18-2023 10:06:02:STARTING TEST : getLanguageTest() 05-18-2023 10:06:02:Found expected substring: zh_tw 05-18-2023 10:06:02:FINISHED TEST : getLanguageTest() 05-18-2023 10:06:02:STARTING TEST : getDateTest() 05-18-2023 10:06:03:Found expected substring: Nov 05-18-2023 10:06:03:Found expected substring: 1994 05-18-2023 10:06:03:Found expected substring: 31 05-18-2023 10:06:03:FINISHED TEST : getDateTest() 05-18-2023 10:06:03:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-18-2023 10:06:03:Found expected substring: 0 05-18-2023 10:06:03:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-18-2023 10:06:03:STARTING TEST : getLanguageIsNullTest() 05-18-2023 10:06:03:Found expected substring: NULL 05-18-2023 10:06:03:FINISHED TEST : getLanguageIsNullTest() 05-18-2023 10:06:03:STARTING TEST : getHeaderStringTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:06:03:STARTING TEST : getEntityClassTest() 05-18-2023 10:06:03:Found expected substring: java.io.ByteArrayInputStream 05-18-2023 10:06:03:FINISHED TEST : getEntityClassTest() 05-18-2023 10:06:03:STARTING TEST : getAcceptableLanguagesByWeightsTest() 05-18-2023 10:06:03:Found expected substring: da 05-18-2023 10:06:03:Found expected substring: gb 05-18-2023 10:06:03:Found expected substring: us 05-18-2023 10:06:03:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 05-18-2023 10:06:03:STARTING TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getCookiesIsImmutableTest() 05-18-2023 10:06:03:STARTING TEST : getPropertyNamesTest() 05-18-2023 10:06:03:Found expected substring: PROPERTY1 05-18-2023 10:06:03:Found expected substring: PROPERTY2 05-18-2023 10:06:03:FINISHED TEST : getPropertyNamesTest() 05-18-2023 10:06:03:STARTING TEST : getAcceptableMediaTypesTest() 05-18-2023 10:06:03:Found expected substring: text/* 05-18-2023 10:06:03:Found expected substring: text/html 05-18-2023 10:06:03:Found expected substring: */* 05-18-2023 10:06:03:FINISHED TEST : getAcceptableMediaTypesTest() 05-18-2023 10:06:03:STARTING TEST : getHeadersTest() 05-18-2023 10:06:03:Found expected substring: Accept 05-18-2023 10:06:03:Found expected substring: Date 05-18-2023 10:06:03:Found expected substring: tck 05-18-2023 10:06:03:FINISHED TEST : getHeadersTest() 05-18-2023 10:06:03:STARTING TEST : getPropertyIsNullTest() 05-18-2023 10:06:03:Found expected substring: NULL 05-18-2023 10:06:03:FINISHED TEST : getPropertyIsNullTest() 05-18-2023 10:06:03:STARTING TEST : getEntityClassListStringTest() 05-18-2023 10:06:03:Found expected substring: java.util.ArrayList 05-18-2023 10:06:03:FINISHED TEST : getEntityClassListStringTest() 05-18-2023 10:06:03:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-18-2023 10:06:03:Found expected substring: cts 05-18-2023 10:06:03:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-18-2023 10:06:03:STARTING TEST : getClientTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getClientTest() 05-18-2023 10:06:03:STARTING TEST : getUriTest() 05-18-2023 10:06:03:Found expected substring: http://localhost:8080/404URL/ 05-18-2023 10:06:03:FINISHED TEST : getUriTest() 05-18-2023 10:06:03:STARTING TEST : getSetPropertyTest() 05-18-2023 10:06:03:Found expected substring: value 05-18-2023 10:06:03:FINISHED TEST : getSetPropertyTest() 05-18-2023 10:06:03:STARTING TEST : getAcceptableLanguagesTest() 05-18-2023 10:06:03:Found expected substring: fr_CA 05-18-2023 10:06:03:Found expected substring: zh_CN 05-18-2023 10:06:03:FINISHED TEST : getAcceptableLanguagesTest() 05-18-2023 10:06:03:STARTING TEST : getMediaTypeIsNullTest() 05-18-2023 10:06:03:Found expected substring: NULL 05-18-2023 10:06:03:FINISHED TEST : getMediaTypeIsNullTest() 05-18-2023 10:06:03:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 05-18-2023 10:06:03:STARTING TEST : getConfigurationTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getConfigurationTest() 05-18-2023 10:06:03:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 05-18-2023 10:06:03:STARTING TEST : removePropertyTest() 05-18-2023 10:06:03:Found expected substring: NULL 05-18-2023 10:06:03:FINISHED TEST : removePropertyTest() 05-18-2023 10:06:03:STARTING TEST : getEntityNullTest() 05-18-2023 10:06:03:Found expected substring: NULL 05-18-2023 10:06:03:FINISHED TEST : getEntityNullTest() 05-18-2023 10:06:03:STARTING TEST : getEntityTypeListStringTest() WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:03:Found expected substring: java.lang.String 05-18-2023 10:06:03:FINISHED TEST : getEntityTypeListStringTest() 05-18-2023 10:06:03:STARTING TEST : getCookiesTest() 05-18-2023 10:06:03:Found expected substring: cts 05-18-2023 10:06:03:Found expected substring: tck 05-18-2023 10:06:03:Found expected substring: jee 05-18-2023 10:06:03:FINISHED TEST : getCookiesTest() 05-18-2023 10:06:03:STARTING TEST : getPropertyNamesIsImmutableTest() 05-18-2023 10:06:03:getPropertyNames is immutable as expected 05-18-2023 10:06:03:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : newClientWithConfigurationTest() 05-18-2023 10:06:03:FINISHED TEST : newClientWithConfigurationTest() 05-18-2023 10:06:03:STARTING TEST : newClientNoParamTest() 05-18-2023 10:06:03: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.client.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientConfigTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetPathTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) throws java.lang.NullPointerException 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetPathTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterObjectTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterObjectTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterClassTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterClassTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetQueryParamTest() 05-18-2023 10:06:03:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 05-18-2023 10:06:03:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 05-18-2023 10:06:03:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 05-18-2023 10:06:03:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 05-18-2023 10:06:03:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 05-18-2023 10:06:03:NullPointerException was successfully thrown for null target as expected 05-18-2023 10:06:03:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetConfigTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetGetUriTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetPropertyTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetPropertyTest() 05-18-2023 10:06:03:STARTING TEST : targetWithStringNullPointerExceptionTest() 05-18-2023 10:06:03:NullPointerException was successfully thrown for null target as expected 05-18-2023 10:06:03:FINISHED TEST : targetWithStringNullPointerExceptionTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.lang.Class[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientTargetWithUriTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 05-18-2023 10:06:03:STARTING TEST : targetWithUriNullPointerExceptionTest() 05-18-2023 10:06:03:NullPointerException was successfully thrown for null target as expected 05-18-2023 10:06:03:FINISHED TEST : targetWithUriNullPointerExceptionTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterObjectTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRequestTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRequestTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 05-18-2023 10:06:03:STARTING TEST : targetLinkTest() 05-18-2023 10:06:03:FINISHED TEST : targetLinkTest() 05-18-2023 10:06:03:STARTING TEST : targetWithLinkNullPointerExceptionTest() 05-18-2023 10:06:03:NullPointerException was successfully thrown for null target as expected 05-18-2023 10:06:03:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 05-18-2023 10:06:03:STARTING TEST : targetUriBuilderTest() 05-18-2023 10:06:03:FINISHED TEST : targetUriBuilderTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,int) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterClassTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterClassTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetMatrixParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetMatrixParamTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientInvocationWithLinkTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientInvocationWithLinkTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 05-18-2023 10:06:03: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 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterClassMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterClassMapTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientPropertyTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientPropertyTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientTargetWithLinkTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 05-18-2023 10:06:03:STARTING TEST : targetStringTest() 05-18-2023 10:06:03:FINISHED TEST : targetStringTest() 05-18-2023 10:06:03:STARTING TEST : closeOnClientTargetWithStringTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnClientTargetWithStringTest() 05-18-2023 10:06:03:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 05-18-2023 10:06:03:NullPointerException successfully thrown when no link 05-18-2023 10:06:03:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) throws java.lang.NullPointerException 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 05-18-2023 10:06:03:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) 05-18-2023 10:06:03:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-18-2023 10:06:03:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 05-18-2023 10:06:03:STARTING TEST : targetUriTest() 05-18-2023 10:06:03:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : jsonTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : jsonTest() 05-18-2023 10:06:03:STARTING TEST : xmlTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : xmlTest() 05-18-2023 10:06:03:STARTING TEST : formFormTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:FINISHED TEST : formFormTest() 05-18-2023 10:06:03:STARTING TEST : entityStringTest() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:FINISHED TEST : entityStringTest() 05-18-2023 10:06:03:STARTING TEST : textTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : textTest() 05-18-2023 10:06:03:STARTING TEST : entityVariantTest() 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:FINISHED TEST : entityVariantTest() 05-18-2023 10:06:03:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-18-2023 10:06:03:STARTING TEST : entityStringGetEntityTest() 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : entityStringGetEntityTest() 05-18-2023 10:06:03:STARTING TEST : htmlTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : htmlTest() 05-18-2023 10:06:03:STARTING TEST : entityVariantAnnotationsTest() 05-18-2023 10:06:03:string */* fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string */* fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string */* fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string */* de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string */* de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string */* de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xml de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/atom+xml de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/xhtml+xml de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/svg+xml de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/x-www-form-urlencoded de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string multipart/form-data de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/octet-stream de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/plain de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/xml de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/html de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string text/event-stream de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json fr UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json fr ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json fr CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json de UTF-16 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json de ISO-8859-2 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:string application/json-patch+json de CP1250 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream */* de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xml de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/atom+xml de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/xhtml+xml de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/svg+xml de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/x-www-form-urlencoded de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream multipart/form-data de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/octet-stream de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/plain de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/xml de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/html de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream text/event-stream de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json fr UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json fr ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json fr CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json de UTF-16 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json de ISO-8859-2 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:inputstream application/json-patch+json de CP1250 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable */* de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xml de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/atom+xml de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/xhtml+xml de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/svg+xml de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/x-www-form-urlencoded de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable multipart/form-data de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/octet-stream de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/plain de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/xml de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/html de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable text/event-stream de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json fr UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json fr ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json fr CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json de UTF-16 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json de ISO-8859-2 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:serializable application/json-patch+json de CP1250 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder */* de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xml de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/atom+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/xhtml+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/svg+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/x-www-form-urlencoded de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder multipart/form-data de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/octet-stream de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/plain de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/xml de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/html de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder text/event-stream de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json fr UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json fr CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json de UTF-16 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuilder application/json-patch+json de CP1250 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer */* de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xml de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/atom+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/xhtml+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/svg+xml de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/x-www-form-urlencoded de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer multipart/form-data de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/octet-stream de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/plain de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/xml de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/html de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer text/event-stream de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json fr UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json fr ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json fr CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language fr 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json de UTF-16 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding UTF-16 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json de ISO-8859-2 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding ISO-8859-2 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:stringbuffer application/json-patch+json de CP1250 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Language de 05-18-2023 10:06:03:Sucessfully retrieved Encoding CP1250 05-18-2023 10:06:03:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:FINISHED TEST : entityVariantAnnotationsTest() 05-18-2023 10:06:03:STARTING TEST : entityMediaTypeGetEntityTest() 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : entityMediaTypeGetEntityTest() 05-18-2023 10:06:03:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-18-2023 10:06:03:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:03:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-18-2023 10:06:03:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 05-18-2023 10:06:03:IllegalArgumentException has been thrown as expected 05-18-2023 10:06:03:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 05-18-2023 10:06:03:STARTING TEST : formMultivaluedMapTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:FINISHED TEST : formMultivaluedMapTest() 05-18-2023 10:06:03:STARTING TEST : entityMediaTypeTest() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:FINISHED TEST : entityMediaTypeTest() 05-18-2023 10:06:03:STARTING TEST : entityMediaTypeAnnotationsTest() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType */* 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xml 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/atom+xml 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/svg+xml 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType multipart/form-data 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/octet-stream 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/plain 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/xml 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/html 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType text/event-stream 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:Found expected entity 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/json-patch+json 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-18-2023 10:06:03:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-18-2023 10:06:03:FINISHED TEST : entityMediaTypeAnnotationsTest() 05-18-2023 10:06:03:STARTING TEST : xhtmlTest() 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected string 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected inputstream 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected serializable 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected stringbuilder 05-18-2023 10:06:03:Sucessfully retrieved MediaType application/xhtml+xml 05-18-2023 10:06:03:Found expected stringbuffer 05-18-2023 10:06:03:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : getLinksTest() 05-18-2023 10:06:03:Found #getLinks()={ http://localhost:8080/404URL/ } 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLinksTest() 05-18-2023 10:06:03:STARTING TEST : getMediaTypeTest() 05-18-2023 10:06:03:Found expected MediaType.APPLICATION_SVG_XML_TYPE 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getMediaTypeTest() 05-18-2023 10:06:03:STARTING TEST : getLinkTest() 05-18-2023 10:06:03:Found #getLink()= http://localhost:8080/404URL/ 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLinkTest() 05-18-2023 10:06:03:STARTING TEST : getHeadersIsMutableTest() 05-18-2023 10:06:03:#getHeaders is mutable as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeadersIsMutableTest() 05-18-2023 10:06:03:STARTING TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:03:#hasLink has not found any link as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : hasLinkWhenNoLinkTest() 05-18-2023 10:06:03:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 05-18-2023 10:06:03:#getHeaderString is comma separated combination of value1 and value2 as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 05-18-2023 10:06:03:STARTING TEST : getHeaderStringIsEmptyTest() 05-18-2023 10:06:03:#getHeaderString is empty string as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeaderStringIsEmptyTest() 05-18-2023 10:06:03:STARTING TEST : getLanguageTest() 05-18-2023 10:06:03:Found #getLanguage()= fr_CA 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLanguageTest() 05-18-2023 10:06:03:STARTING TEST : getDateTest() 05-18-2023 10:06:03:Found #getDate()= Thu May 18 10:06:03 UTC 2023 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getDateTest() 05-18-2023 10:06:03:STARTING TEST : getHeaderStringIsNullTest() 05-18-2023 10:06:03:#getHeaderString is null as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeaderStringIsNullTest() 05-18-2023 10:06:03:STARTING TEST : getHeaderStringTest() 05-18-2023 10:06:03:#getHeaderString is value1 as expected 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeaderStringTest() 05-18-2023 10:06:03:STARTING TEST : setStatusInfoTest() 05-18-2023 10:06:03:Found expected status: 302 05-18-2023 10:06:03:FINISHED TEST : setStatusInfoTest() 05-18-2023 10:06:03:STARTING TEST : getAllowedMethodsTest() 05-18-2023 10:06:03:found methods: GET OPTIONS 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getAllowedMethodsTest() 05-18-2023 10:06:03:STARTING TEST : getStatusTest() 05-18-2023 10:06:03:Found expected response status 222 05-18-2023 10:06:03:FINISHED TEST : getStatusTest() 05-18-2023 10:06:03:STARTING TEST : getEntityTagTest() 05-18-2023 10:06:03:Found #getEntityTag()= EntityTagValue 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getEntityTagTest() 05-18-2023 10:06:03:STARTING TEST : setEntityStreamTest() 05-18-2023 10:06:03:#setEntityStream( ENTITY ) set entity ENTITY 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : setEntityStreamTest() 05-18-2023 10:06:03:STARTING TEST : getHeadersTest() 05-18-2023 10:06:03:Found #getHeaders()={ header1 : value1 } 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getHeadersTest() 05-18-2023 10:06:03:STARTING TEST : getStatusInfoTest() 05-18-2023 10:06:03:Found expected response status 222 05-18-2023 10:06:03:FINISHED TEST : getStatusInfoTest() 05-18-2023 10:06:03:STARTING TEST : setStatusTest() 05-18-2023 10:06:03:Found expected status: 403 05-18-2023 10:06:03:FINISHED TEST : setStatusTest() 05-18-2023 10:06:03:STARTING TEST : getLinkBuilderTest() 05-18-2023 10:06:03:Found #getLinkBuilder()= http://localhost:8080/404URL/ 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLinkBuilderTest() 05-18-2023 10:06:03:STARTING TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:03:Found #hasEntity()=true 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : hasEntityWhenEntityTest() 05-18-2023 10:06:03:STARTING TEST : getLengthTest() 05-18-2023 10:06:03:Found #getLength()= 6 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLengthTest() 05-18-2023 10:06:03:STARTING TEST : getLastModifiedTest() 05-18-2023 10:06:03:Found #getLastModified()= Thu May 18 10:06:03 UTC 2023 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLastModifiedTest() 05-18-2023 10:06:03:STARTING TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:03:#hasLink has found the given link 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : hasLinkWhenLinkTest() 05-18-2023 10:06:03:STARTING TEST : getLocationTest() 05-18-2023 10:06:03:Found #getLocation= http://localhost:8080/404URL/ 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getLocationTest() 05-18-2023 10:06:03:STARTING TEST : getCookiesTest() 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getCookiesTest() 05-18-2023 10:06:03:STARTING TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:06:03:Found #hasEntity()=false 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : hasEntityWhenNoEntityTest() 05-18-2023 10:06:03:STARTING TEST : getEntityStreamTest() 05-18-2023 10:06:03:Found #getEntityStream()= ENTITY 05-18-2023 10:06:03:Found expected status: 200 05-18-2023 10:06:03:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-18-2023 10:06:03:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithNullThrowableTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:FINISHED TEST : constructorWithNullThrowableTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:getCause contains expected java.io.IOException: JAXRS TCK exception 05-18-2023 10:06:03:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:FINISHED TEST : constructorWithNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-18-2023 10:06:03:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:getCause contains expected java.io.IOException: JAXRS TCK exception 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-18-2023 10:06:03:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-18-2023 10:06:03:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithNotNullMessageTest() 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-18-2023 10:06:03:FINISHED TEST : constructorWithNotNullMessageTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithCheckedExceptionTest() 05-18-2023 10:06:03:getCause contains expected java.io.IOException: TCK exception 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message TCK exception 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03:FINISHED TEST : constructorWithCheckedExceptionTest() 05-18-2023 10:06:03:STARTING TEST : constructorWithRuntimeExceptionTest() 05-18-2023 10:06:03:getCause contains expected java.lang.IllegalStateException: TCK exception 05-18-2023 10:06:03:ResponseProcessingException#getMesaage contains expected message TCK exception 05-18-2023 10:06:03:response contains expected Expectation Failed status 05-18-2023 10:06:03: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.api.client.invocation.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:Returned unexpected response with status code 406 05-18-2023 10:06:03:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitInvocationCallbackTest() 05-18-2023 10:06:03:Found expected GET 05-18-2023 10:06:03:FINISHED TEST : submitInvocationCallbackTest() 05-18-2023 10:06:03:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:03:Response cotains expected status Not Acceptable 05-18-2023 10:06:03:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeGenericTypeTest() 05-18-2023 10:06:03:Found expected GET 05-18-2023 10:06:03:FINISHED TEST : invokeGenericTypeTest() 05-18-2023 10:06:03:STARTING TEST : invokePlainTest() 05-18-2023 10:06:03:Found expected GET 05-18-2023 10:06:03:FINISHED TEST : invokePlainTest() 05-18-2023 10:06:03:STARTING TEST : submitStringThrowsProcessingExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-18-2023 10:06:03:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:06:03:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:Response cotains expected status Not Acceptable 05-18-2023 10:06:03:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitPlainTest() 05-18-2023 10:06:03:Found expected GET 05-18-2023 10:06:03:FINISHED TEST : submitPlainTest() 05-18-2023 10:06:03:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:06:03:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:06:03:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:Response cotains expected status Not Acceptable 05-18-2023 10:06:03:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-18-2023 10:06:03:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:06:03:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-18-2023 10:06:03:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:06:03:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:WebApplicationException has been thrown 05-18-2023 10:06:03:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-18-2023 10:06:03:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:06:03:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:06:03:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:06:03:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-18-2023 10:06:03:Found expected status code 406 05-18-2023 10:06:03:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 05-18-2023 10:06:03:ProcessingException has been thrown 05-18-2023 10:06:03:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeThrowsExceptionTest() 05-18-2023 10:06:03:ProcessingException has been thrown 05-18-2023 10:06:03:FINISHED TEST : invokeThrowsExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:WebApplicationException has been thrown 05-18-2023 10:06:03:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeClassTest() 05-18-2023 10:06:03:Found expected POST 05-18-2023 10:06:03:Found expected invokeClassTest 05-18-2023 10:06:03:FINISHED TEST : invokeClassTest() 05-18-2023 10:06:03:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:Response return code is 406 as expected 05-18-2023 10:06:03:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeClassThrowsExceptionTest() 05-18-2023 10:06:03:ProcessingException has been thrown 05-18-2023 10:06:03:FINISHED TEST : invokeClassThrowsExceptionTest() 05-18-2023 10:06:03:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:Response return code is 406 as expected 05-18-2023 10:06:03:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitClassTest() 05-18-2023 10:06:03:Found expected POST 05-18-2023 10:06:03:Found expected submitClassTest 05-18-2023 10:06:03:FINISHED TEST : submitClassTest() 05-18-2023 10:06:03:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-18-2023 10:06:03:ExecutionException.getCause is WebApplicationException as expected 05-18-2023 10:06:03:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 05-18-2023 10:06:03:STARTING TEST : submitGenericTypeTest() 05-18-2023 10:06:03:Found expected POST 05-18-2023 10:06:03:Found expected submitGenericTypeTest 05-18-2023 10:06:03:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : completedTest() 05-18-2023 10:06:03:Found expected get 05-18-2023 10:06:03:InvocationCallback#completed has been called as expected 05-18-2023 10:06:03:FINISHED TEST : completedTest() 05-18-2023 10:06:03:STARTING TEST : failedTest() 05-18-2023 10:06:03:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-18-2023 10:06:03:ExecutionException.getCause is ProcessingException as expected 05-18-2023 10:06:03:InvocationCallback#failed has been called as expected 05-18-2023 10:06:03: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.webtarget.JAXRSClientIT 05-18-2023 10:06:03:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 05-18-2023 10:06:04:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamThrowsNPEOnNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 05-18-2023 10:06:04:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanFalseTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 05-18-2023 10:06:04:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamOnTwoSegmentsTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 05-18-2023 10:06:04:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 05-18-2023 10:06:04:FINISHED TEST : matrixParamOnTwoSegmentsTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 05-18-2023 10:06:04:STARTING TEST : getUriBuilderTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-18-2023 10:06:04:FINISHED TEST : getUriBuilderTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 05-18-2023 10:06:04:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 05-18-2023 10:06:04:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-18-2023 10:06:04:STARTING TEST : queryParamNullValueTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/path/path2 05-18-2023 10:06:04:#paramName(name, null) removed values as expected 05-18-2023 10:06:04:FINISHED TEST : queryParamNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesNullNameTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 05-18-2023 10:06:04:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-18-2023 10:06:04:#pathParams returned the same traget wehn empty as expected 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-18-2023 10:06:04:STARTING TEST : requestNoArgTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:Found expected */* 05-18-2023 10:06:04:FINISHED TEST : requestNoArgTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-18-2023 10:06:04:#pathParams returned the same traget wehn empty as expected 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:STARTING TEST : requestMediaTypeTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:Found expected application/atom+xml 05-18-2023 10:06:04:Found expected application/json 05-18-2023 10:06:04:Found expected text/xml 05-18-2023 10:06:04:FINISHED TEST : requestMediaTypeTest() 05-18-2023 10:06:04:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 05-18-2023 10:06:04:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanTrueTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 05-18-2023 10:06:04:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesNullValueTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamTest() 05-18-2023 10:06:04:Found expected ;matrix=arg1 05-18-2023 10:06:04:Found expected ;matrix=arg2 05-18-2023 10:06:04:Found expected ;matrix=arg3 05-18-2023 10:06:04:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 05-18-2023 10:06:04:FINISHED TEST : matrixParamTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-18-2023 10:06:04:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 05-18-2023 10:06:04:STARTING TEST : requestStringTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:Found expected application/atom+xml 05-18-2023 10:06:04:Found expected application/json 05-18-2023 10:06:04:Found expected text/xml 05-18-2023 10:06:04:FINISHED TEST : requestStringTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesFromEncodedTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-18-2023 10:06:04:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-18-2023 10:06:04:STARTING TEST : getUriBuilderIsDetachedTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-18-2023 10:06:04:FINISHED TEST : getUriBuilderIsDetachedTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/lane 05-18-2023 10:06:04:URI http://cts.tck:888/resource/lane contains given path parameter 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-18-2023 10:06:04:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 05-18-2023 10:06:04:#pathParams returned the same traget wehn empty as expected 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 05-18-2023 10:06:04:STARTING TEST : getUriTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource 05-18-2023 10:06:04:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-18-2023 10:06:04:FINISHED TEST : getUriTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-18-2023 10:06:04:#pathParams returned the same traget wehn empty as expected 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-18-2023 10:06:04:STARTING TEST : pathTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/a/b/c/d/e 05-18-2023 10:06:04:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 05-18-2023 10:06:04:FINISHED TEST : pathTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplateFromEncodedTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-18-2023 10:06:04:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-18-2023 10:06:04:FINISHED TEST : resolveTemplateFromEncodedTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesNullMapTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesNullMapTest() 05-18-2023 10:06:04:STARTING TEST : resolveTemplatesTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-18-2023 10:06:04:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-18-2023 10:06:04:FINISHED TEST : resolveTemplatesTest() 05-18-2023 10:06:04:STARTING TEST : pathThrowsNPEOnNullTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 05-18-2023 10:06:04:FINISHED TEST : pathThrowsNPEOnNullTest() 05-18-2023 10:06:04:STARTING TEST : queryParamTest() 05-18-2023 10:06:04:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 05-18-2023 10:06:04:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 05-18-2023 10:06:04:FINISHED TEST : queryParamTest() 05-18-2023 10:06:04:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 05-18-2023 10:06:04:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 05-18-2023 10:06:04:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 05-18-2023 10:06:04:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:04:STARTING TEST : featureIsRegisteredTest() 05-18-2023 10:06:04:FINISHED TEST : featureIsRegisteredTest() 05-18-2023 10:06:04:[JAXRSCommonClient] Test setup OK 05-18-2023 10:06:04:STARTING TEST : dynamicFeatureIsRegisteredTest() 05-18-2023 10:06:04:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] WAITING:WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:WAITING:WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@39f51cbd ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@5e4a3b08 ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@6fe55314 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@29f40374 WAITING:ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT$BroadCasterClient@62ad1a9c Waiting finished after 276 ms. [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] JAXRSClientIT.methodWithStringClassWhileServerWaitTest:950->checkFutureString:3084->checkMaxEndTime:3169 AsyncInvoker was blocked waiting for a response ==> expected: but was: [INFO] [ERROR] Tests run: 2789, Failures: 1, Errors: 0, Skipped: 128 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [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:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:827) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:272) at org.apache.maven.cli.MavenCli.main (MavenCli.java:195) 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.sebootstrap not in jersey.tck [INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT May 18, 2023 10:06:07 AM 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. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43447] May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43447] May 18, 2023 10:06:08 AM 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. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34825] May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34825] May 18, 2023 10:06:08 AM 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. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33983] May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33983] May 18, 2023 10:06:08 AM 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. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40871] May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. May 18, 2023 10:06:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40871] May 18, 2023 10:06:09 AM 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. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] May 18, 2023 10:06:09 AM 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. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:18352] May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:18352] May 18, 2023 10:06:09 AM 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. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. May 18, 2023 10:06:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 s - in ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:verify (gf-tests) @ jersey-tck --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:41 min [INFO] Finished at: 2023-05-18T10:06:09Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (gf-tests) on project jersey-tck: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/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 Archiving artifacts Recording fingerprints Finished: SUCCESS